FortniteGridded
FortniteGridded
CC#
Created by FortniteGridded on 2/27/2024 in #help
Need help with searching an entity and displaying the results using a DataGridView.
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(); }
11 replies
CC#
Created by FortniteGridded on 2/27/2024 in #help
Need help with searching an entity and displaying the results using a DataGridView.
Several parts are commented and most will be removed
11 replies
CC#
Created by FortniteGridded on 2/27/2024 in #help
Need help with searching an entity and displaying the results using a DataGridView.
11 replies
CC#
Created by FortniteGridded on 2/27/2024 in #help
Need help with searching an entity and displaying the results using a DataGridView.
11 replies
CC#
Created by FortniteGridded on 2/27/2024 in #help
Need help with searching an entity and displaying the results using a DataGridView.
No description
11 replies
CC#
Created by FortniteGridded on 2/27/2024 in #help
Need help with searching an entity and displaying the results using a DataGridView.
No description
11 replies
CC#
Created by FortniteGridded on 2/27/2024 in #help
Need help with searching an entity and displaying the results using a DataGridView.
I will add pictures to display my problem.
11 replies