C
Chris Leffer
Hi.
I have a DataRepeater that is filled with the results of a query based
on four criteria fields. If one of these criterias is informed, I don't
need to display a certain column in my DataRepeater. I can do that using
an If expression on the HTML to conditionally show the column, but is it
possible to do that using code-behind only?
Regards,
Chris Leffer
I have a DataRepeater that is filled with the results of a query based
on four criteria fields. If one of these criterias is informed, I don't
need to display a certain column in my DataRepeater. I can do that using
an If expression on the HTML to conditionally show the column, but is it
possible to do that using code-behind only?
Regards,
Chris Leffer