Hello Friends
I have created the HTML Table with some asp controls inside. My dilemma is I have to make the visibility of the table as "False" (by default) at the time of form load. For this I have given the HTML coding as
<table border="1" id="TicketType " visible=false>
-----
-----
-----
</table>
But its not working.
-Sweatha
I have created the HTML Table with some asp controls inside. My dilemma is I have to make the visibility of the table as "False" (by default) at the time of form load. For this I have given the HTML coding as
<table border="1" id="TicketType " visible=false>
-----
-----
-----
</table>
But its not working.
-Sweatha
Comment