Is there any other way to Hide any controls
other that Display:None style property?

 Posted by vishalneeraj-24503 on 12/21/2013 | Category: CSS 3 Interview questions | Views: 2476 | Points: 40
Answer:

Yes,We can also Hide controls
with the help of Visibility style property.
It has Hidden attribute which hides any controls.

For Example:-

<asp:TextBox ID="txt_price" runat="server" style="visibility:hidden;"></asp:Text
Box>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response