Hi,
What i want to do is if a field in a database = 12 then i want to display a button if it doesn't then don't.
The problem i have is if you use
<%#DataBinder.Eval(Container.DataItem, "Status")%>
then you can't enclose it in an if statement. So how can i acheive this?
Cheers,
Hugh
What i want to do is if a field in a database = 12 then i want to display a button if it doesn't then don't.
The problem i have is if you use
<%#DataBinder.Eval(Container.DataItem, "Status")%>
then you can't enclose it in an if statement. So how can i acheive this?
Cheers,
Hugh