Z
Zeba
Hi
I have a set of 10 rows. I want to display the row structure only when
it contains data. The setting of values is .done in my .aspx.cs
page(code-behind). I tried setting the attribute visible="false" for
my <tr> so that I can make the rows disappear altogether ( and set it
to visible="true" from the code whevever required) , but it doesn't
work. How do I do this ? The row should not be visible at all if there
is not data in it.
Thanks !
I have a set of 10 rows. I want to display the row structure only when
it contains data. The setting of values is .done in my .aspx.cs
page(code-behind). I tried setting the attribute visible="false" for
my <tr> so that I can make the rows disappear altogether ( and set it
to visible="true" from the code whevever required) , but it doesn't
work. How do I do this ? The row should not be visible at all if there
is not data in it.
Thanks !