Data Grid HeaderText Propertey

munchcrab

New Member
How can I set the Data Grid HeaderText Propertey? I want to set the header text = to a variable<BR><BR>i found this (Overridable Public Property HeaderText As String) but couldnt get this to work.either you use headertemplate like this <BR><HeaderTemplate><BR><table><BR> <tr><BR> <th> <%#cMessages("680409")%><BR> </th><BR>...<BR>OR use <BR><asp:TemplateColumn HeaderText="<%#cMessages("680409")%>" runat="server" ><BR><BR>where as cMessages is a collections of messages
 
Back
Top