Is there an efficient way to overwrite the HTML output of a header and footer of an ASP.NET GridView control?
I would like to implement a methodology that is similar to the HeaderTemplate tag in an ASP.NET Repeater or does not require to include dynamically building the HTML output in the page code behind. If these two types of options are available with a ASP.NET GridView control.
