S
Shahid Juma
I am using a datagrid and in the template, I have something like this:
<asp:TemplateColumn HeaderText="Date">
<HeaderStyle Font-Bold="True"></HeaderStyle>
<ItemStyle Font-Size="Smaller"></ItemStyle>
<ItemTemplate>
<%# DataBinder.Eval(Container.DataItem, "id") %>
</ItemTemplate>
</asp:TemplateColumn>
I have a function in the source that I want to use here, converting the
"id" to something. How do I call the function from here?
Thanks,
Shahid
<asp:TemplateColumn HeaderText="Date">
<HeaderStyle Font-Bold="True"></HeaderStyle>
<ItemStyle Font-Size="Smaller"></ItemStyle>
<ItemTemplate>
<%# DataBinder.Eval(Container.DataItem, "id") %>
</ItemTemplate>
</asp:TemplateColumn>
I have a function in the source that I want to use here, converting the
"id" to something. How do I call the function from here?
Thanks,
Shahid