i\'m using ASP.NET , i have a gridview and i need to put a title in every header column , title will show on moseover ................................. do i have to convert
I don't think there is a way in ASP.NET, but you can always do it in CSS just use HeaderStyle-CssClass on your template.
UPDATE:
Ok, I was wrong, ASP.NET does support this functionality, you just need use a HeaderTemplate in your TemplateField.