REGARDING TABLE CONTROL
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, How to add row and columns dynamically to table control and assign database data to the table control.plz help me inthis regard Thnaks & Regards, Nagalakshmi
-
Hello, How to add row and columns dynamically to table control and assign database data to the table control.plz help me inthis regard Thnaks & Regards, Nagalakshmi
If you assign a data source to a datagrid, it will generate the rows and columns from the source when you databind. Christian Graus - Microsoft MVP - C++