Data Grid ColumnStyle
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, All I Face a problem using data grid how can I use datagrid Table Style and ColumnStyle Using SQL Statement Not only one table I hope to get the answer programatically
-
Hi, All I Face a problem using data grid how can I use datagrid Table Style and ColumnStyle Using SQL Statement Not only one table I hope to get the answer programatically
Yaa U can do, First u get the Shema Information Of the Table Through DataReder.GetShemaTable So Now u can get the Schema information means column name and datatype etc then in for loop u can give that information to dataGridTablestyles Ishak