C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Code Snippets » Active Directory »

How to make a text box invisible in ASP.NET


Posted Date: 10 Mar 2008    Resource Type: Code Snippets    Category: Active Directory
Author: KalyanMember Level: Gold    
Rating: 1 out of 5Points: 1



The following code shows you how to make a text box invisible in ASP.NET

Textbox1.Visible = False;



Responses

Author: Meena Ganesan    02 Apr 2008Member Level: Gold   Points : 0
What is the big deal in this?


Author: Balamurali Balaji    25 Apr 2008Member Level: Diamond   Points : 0
Many such codes have been placed in this section, nowadays.




Author: Raghuveer Pulla    28 Apr 2008Member Level: Silver   Points : 2
GO to properties of textbox and provide visible =false than textbox is not appeared in the output


Author: andy robarts    28 Apr 2008Member Level: Gold   Points : 2
Textbox1.visible= false


Author: Jeyabalan    30 Apr 2008Member Level: Bronze   Points : 2
Use this coding



Author: Samarth Abrol    01 May 2008Member Level: Bronze   Points : 2
You can do either of the option of

using

TextBox1.Visible = false;

or

in the properties window/press F4 key by selecting the control and then set option Visible = false in the properties window.

Doing in .cs page will give you the dynamic control for hiding/displaying while in other case it will be the same unless changed manually.



Author: sanmu    01 May 2008Member Level: Bronze   Points : 2
To make a text box invisible in ASP.NET2.0 :
Style=" visibility :hidden;left: 0px; position: absolute;top: 0px">
Or



Author: Sridevi Nagalingam    02 May 2008Member Level: Silver   Points : 2
TextBox1.Visible=false;


Author: Nithya    02 May 2008Member Level: Bronze   Points : 2
controlName.visible=false


Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
(No tags found.)

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: How to export datagrid content to a Text File
Previous Resource: How to display time with microseconds in C#.net
Return to Discussion Resource Index
Post New Resource
Category: Active Directory


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use