Adding HeaderText and HeaderImageUrl to Colums in DataGrid

  • Thread starter Patrick Olurotimi Ige
  • Start date
P

Patrick Olurotimi Ige

I want to add a HeaderText="Subject" and HeaderImageUrl=""
to a Datagrid but it seems it doesn't work!
It seems If i specify both header text and a header image, the header
image takes precedence!!!
Any ideas how i could dislpay both at the same time
Sample below!!
<Columns>
<%-- Manipulate the subject entry so that it
contains a link to the reply page --%>
<asp:TemplateColumn HeaderText="Subject"
itemstyle-width="40%">
<ItemTemplate>
<asp:Label runat="server" text=""
id="Label2">
</asp:Label>

</ItemTemplate>
</asp:TemplateColumn>
</Columns>
 

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,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top