Varying table-size

  • Thread starter Thread starter Zeba
  • Start date Start date
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 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 !
 
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 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 !

Suppose to work...
Can u put some code sample

Thanks...
Masudur
http://www.kaz.com.bd
http://munnacs.blogspot.com
 
Back
Top