which control to use on form in vb.net???
-
I want to display and select multiple related data in one control. i will have to update the selected data in database again. can anyone suggest me what control to use on form.?? with code
-
I want to display and select multiple related data in one control. i will have to update the selected data in database again. can anyone suggest me what control to use on form.?? with code
You Can Use Data Grid For This Action. Anubhava Dimri anubhava.prodata@gmail.com 9250168195
-
I want to display and select multiple related data in one control. i will have to update the selected data in database again. can anyone suggest me what control to use on form.?? with code
If you're using .NET 2.0 or above, the DataGridView control is better than the (now deprecated, if not, it should be) DataGrid control.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008