I am working on a fairly large aspx web project with extensive use of asp:GridViews
I\'d like to use CSS to define in one place how all gridviews will look, by defau
The Gridview will render as an HTML table. You can assign it a class and style it like you would any other table. I don't know much about VS Skins but I've styled plenty of gridviews this way.