tHEAD Tag in DataGrid
Is there any way to add <thead> in Datagrid without creating custom datagrid that inherits from datagrid?
I would like to know about this in ASP.NET 1.1. & 2.0 also..
Any help would be appreciated..
[217 byte] By [
Sync] at [2007-11-11 6:54:30]

# 1 Re: tHEAD Tag in DataGrid
For ASP.NET 1.1, see http://weblogs.asp.net/despos/archive/2004/01/14/58619.aspx (found by searching Google for "asp.net datagrid thead").
ASP.NET 2.0 outputs Section 508-compliant HTML by default; I don't think you need to do anything special.