Need help with searching an entity and displaying the results using a DataGridView.

Hello, I am a student currently stuck on this. The idea is to search using the entity's attributes and display all of all instances that contain the queried information. However, I ran into a problem in that when testing it only adds a single instance to the DataGridView, instead of multiple. Help will be greatly appreciated.
9 Replies
FortniteGridded
FortniteGriddedOP9mo ago
I will add pictures to display my problem.
FortniteGridded
FortniteGriddedOP9mo ago
Here is the current contents of my guest table.
No description
FortniteGridded
FortniteGriddedOP9mo ago
This is my query form, the information I've searched is surname, "Charnock" is present twice but it only shows the first instance.
No description
sibber
sibber9mo ago
$paste
MODiX
MODiX9mo ago
If your code is too long, you can post to https://paste.mod.gg/ and copy the link into chat for others to see your shared code!
sibber
sibber9mo ago
show the query
FortniteGridded
FortniteGriddedOP9mo ago
BlazeBin - npsetbqmqgxj
A tool for sharing your source code with the world!
FortniteGridded
FortniteGriddedOP9mo ago
Several parts are commented and most will be removed This is my field constructor, public Guest(DataRow Instance) { guestID = int.Parse(Instance["GuestID"].ToString()); surname = Instance["Guest_Surname"].ToString(); forename = Instance["Guest_Forename"] .ToString(); postCode = Instance["PostCode"].ToString(); address = Instance["Address"].ToString(); cardInformation = Instance["Card_Information"].ToString(); }
Want results from more Discord servers?
Add your server