JS For removing css class for Header in grid view
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
-
Hi all, I am using a css class for applying horizontal line for each row in a grid view . Its work but it is applying for header line also. Is there a posiblity to remove the class property (css) for the header line.Can any one help me to code the JS.
Why do you need JS... Use HeaderStyle to set the style of the header of GridView. this is the most simple fix. :rose:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.