hi,
I want to display certain data in my edititemtemplat e in the datagrid based
on the value of a column. How do I do an if then inside the datagrid AND
test the value of the current column. i only know how to refer to columsn
with the <%# DataBinder.Eval (Container.Data Item, "column") %>, and i can't
include an if then in the <%# %> block. any suggestions?
thanks
-trevor
I want to display certain data in my edititemtemplat e in the datagrid based
on the value of a column. How do I do an if then inside the datagrid AND
test the value of the current column. i only know how to refer to columsn
with the <%# DataBinder.Eval (Container.Data Item, "column") %>, and i can't
include an if then in the <%# %> block. any suggestions?
thanks
-trevor
Comment