L
Laura K
Having trouble making the switch from ASP classis to .NET. I have a table
cell which contains a color. To get that text I have the following.
<%# DataBinder.Eval(Container.DataItem, "Color").ToString() %> and out pops
the color onto the page.
Now not all items have colors. At this time the space is just blank if there
is no color. I want to be able to have an NA appear instead. Tried various
IF/THENs I know what to do in classic. What do I do in .NET. Can
someone help with a bit of syntax?
Laura K
cell which contains a color. To get that text I have the following.
<%# DataBinder.Eval(Container.DataItem, "Color").ToString() %> and out pops
the color onto the page.
Now not all items have colors. At this time the space is just blank if there
is no color. I want to be able to have an NA appear instead. Tried various
IF/THENs I know what to do in classic. What do I do in .NET. Can
someone help with a bit of syntax?
Laura K