How do I get the GridView
control to render the <thead>
<tbody>
tags? I know .UseAccessibleHeaders
makes it put <th>
instead of <td>
, but I cant get the <thead>
to appear.
C# – How to get Gridview to render THEAD
.netasp.netc++gridview
Related Question
- C# – How to cast int to enum
- C# – How to enumerate an enum
- C# – How to create an Excel (.XLS and .XLSX) file in C# without installing Microsoft Office
- C# – How to get a consistent byte representation of strings in C# without manually specifying an encoding
- C# – How to get the assembly file version
- C# – a NullReferenceException, and how to fix it
- C# – Why not inherit from List
- C# – Could not find a part of the path … bin\roslyn\csc.exe
Best Solution
This should do it: