E
Emre Guldogan
Hello,
In C#, We can read data fields from DB with <%#
DataBinder.Eval(Container.DateItem,"field_name") %>
but,
How can I check a value from DB with a <%# .. %> segment such as
<%# If( <condition> , <true_part> , <false_part>) %> ?
thanks...
In C#, We can read data fields from DB with <%#
DataBinder.Eval(Container.DateItem,"field_name") %>
but,
How can I check a value from DB with a <%# .. %> segment such as
<%# If( <condition> , <true_part> , <false_part>) %> ?
thanks...