A
Alexandru Dimitriev
in a template.ascx for a DataList I have
<% If column1 Then%>
<td align="center"><%#DataBinder.Eval(CType(Container,
DataListItem).DataItem, "IntegerValue")%></td>
<% End If%>
My problems is where column1 should be declared/calculated from some other
project variables?
The idea is to display that column on the DataList based on a user setting.
No, I can't use a GridView.
Thanks
<% If column1 Then%>
<td align="center"><%#DataBinder.Eval(CType(Container,
DataListItem).DataItem, "IntegerValue")%></td>
<% End If%>
My problems is where column1 should be declared/calculated from some other
project variables?
The idea is to display that column on the DataList based on a user setting.
No, I can't use a GridView.
Thanks