Link to home
Start Free TrialLog in
Avatar of Jimbo99999
Jimbo99999Flag for United States of America

asked on

VB.Net - Temp Table Displayed In DataGrid

Good Day Experts!

I have a fun little project that I have not done before.  It seems achievable but I am not sure where to get started.  I need to select a record from a SQL table(which has @30 fields) and present it to the User in a DataGrid.  I will have to display anywhere from 50 to maybe 300 records.  Once the User decides that they are all ok in the DataGrid, I need to then insert back into the SQL table adjusting some values first.  

Do I have to define every SQL table field in a DataTable so I can bind it to the DataGrid?

Thanks,
jimbo99999
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial