Datagrid In VB.net pocket pc application
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
I am working on a pocket pc application by using vb.net 2005. I have 2 questions about the datagrid and datatable. 1. What I want is that when the datagrid is populated then application should check the datagrid first cell value and if it is null then it should change the backcolor of that row to Red. 2. I am creating a datatable on form load event and the adding rows by executing the sql statement by using datareader. Now I want to add a tablestyle to that datagrid and want to set the width of the datagrid columns. Simple is that how I can set a datagrid table style while setting the datasource to datatable? Thanks In advance