How to add Textbox invisible mode
-
Hi, Any one suggest me how to solve the following issue. In my page i am loading dyanamic controls, in default the text box should be invisible. Later from client side i am makeig it visible if needed, but the problems is when i set the visible=false while loading dynamically, the control is not loaded in the webpage. Please suggest me how to laod the textbox in invisible mode? Thanks in advance
Know is Drop, Unknown is Ocean
-
Hi, Any one suggest me how to solve the following issue. In my page i am loading dyanamic controls, in default the text box should be invisible. Later from client side i am makeig it visible if needed, but the problems is when i set the visible=false while loading dynamically, the control is not loaded in the webpage. Please suggest me how to laod the textbox in invisible mode? Thanks in advance
Know is Drop, Unknown is Ocean
The problem is two fold 1 - you're asking in the wrong forum, although I worked out your asking an ASP.NET question 2 - hide it with css, the visible=false property causes ASP.NET to not render it at all
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi, Any one suggest me how to solve the following issue. In my page i am loading dyanamic controls, in default the text box should be invisible. Later from client side i am makeig it visible if needed, but the problems is when i set the visible=false while loading dynamically, the control is not loaded in the webpage. Please suggest me how to laod the textbox in invisible mode? Thanks in advance
Know is Drop, Unknown is Ocean
Hi, You can try this. You load the textbox with its visibility set to true. And then make it invisible at client side when the page is loaded. And in this way , the textbox will not be visible to the user unless it is made visible by your clientside code. Do let me know if you need further help. Cheers...
Happy Programming, Vimal Raj www.techisolutions.blogspot.com