i'm working on a c# application that is connected to sql server database
and already have the database with saved records
so the app should be capable of viewing and updating this database
my question is : know how to select cells and view them into (textbox,combo,grid,....)
my database already have more than 255 columns and about 6000 records
..........
sorry for my bad english
thanks in advance
..........
ali tuncerPosted Jun 27, 2016, 10:38 PM
How do you plan to select row from database? you can bind rows to a grid and select row from grid, or you can load row by ID to textboxes..
I think this link will help, it shows how to do CRUD operations in a datagridview :
Salim TarshaPosted Jun 27, 2016, 12:16 PM
JohnPosted Jun 27, 2016, 11:19 AM