S
sean
Hi There,
I have a stored procedure that returns a single row, depending on the
condition the stored procedure will sometimes return some null columns. Is
there a way to evaluate if the control is null and then suppress it from
display.
I am making the slow transition from asp to asp .net and I am having some
trouble with the syntax, could someone help me out with the syntax please.
Sean - thanks in advance
<%# DataBinder.Eval(Container.DataItem, "lbl12") %>
I have a stored procedure that returns a single row, depending on the
condition the stored procedure will sometimes return some null columns. Is
there a way to evaluate if the control is null and then suppress it from
display.
I am making the slow transition from asp to asp .net and I am having some
trouble with the syntax, could someone help me out with the syntax please.
Sean - thanks in advance
<%# DataBinder.Eval(Container.DataItem, "lbl12") %>