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>
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>