Tutorial for GridViews ?
-
Can anyone recommend a tutorial for GridViews ? Specifically I want to highlight a row when the cursor hover over it. And I want to be able to select a row by clicking anywhere on it.
http://asp.net/learn/dataaccess/default.aspx?tabid=63#formatting The above link should have help with formatting. As for selecting the row. If you use template columns, you should be able to put code behind any control in the row that is clicked in the grid.
-
http://asp.net/learn/dataaccess/default.aspx?tabid=63#formatting The above link should have help with formatting. As for selecting the row. If you use template columns, you should be able to put code behind any control in the row that is clicked in the grid.
-
Can anyone recommend a tutorial for GridViews ? Specifically I want to highlight a row when the cursor hover over it. And I want to be able to select a row by clicking anywhere on it.