The Lazy Blogger

Tag archives: webforms

How to make ASP.NET GridView emit proper tags

2011-6-26

I know I know, ASP.NET WebForms is a passe and MVC is the king of the ring, but if you, like me, still have to work with legacy WebForm components then more often than not you'll need to use the GridView control. When using GridView control if you want to use jQuery and jQuery plugins to jazz up your grid, you'll hit a wall because the GridView control emit straight td tr instead of the more 'compliant' thead tr th and tbody tr td

read more