Add header text dynamically in a datagrid with templatecolumns?

S

SK

Hello,

I have a dg, which uses templatecolumns. Now I would
like to assing the header text of these columns, with the
names I have in my dataset. But I dont get how to do that.
Here is my dg:

<asp:datagrid id="dg" ... AutoGenerateColumns="False">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<%#container.dataitem("somevalue")%>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid>

thanks for any suggestion.
 
E

Elton Wang

Try

dg.Columns[index].HeaderText = HeaderName;

HTH,

Elton Wang
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top