Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cant hide text box in IE but is hidden in Chrome and Fir
Message
From
26/07/2011 08:28:51
 
 
To
18/07/2011 13:11:14
General information
Forum:
ASP.NET
Category:
Web forms
Environment versions
Environment:
ASP.NET
OS:
Windows 7
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01518454
Message ID:
01519168
Views:
50
Are you using visual studio? if so, comment all the code that is hiding the elements and do the Visible=false directly on the aspx file. Or just clicking on the control then properties, visible=False

>I have a text box on a form that I have set to fill with pre-defined text when the user navigates to my page. I want the text box hidden from the user so they can not view the text that is in the box. I have the entire table row element "hidden" from the user and I have used >several methods for this...
>hidden = "true"
>visible = "false"
>style="visibility:hidden;display:none;"
>For each of these the intended outcome is recognized in Chrome, Firefox and Safari browsers (the text box is hidden from the user but >still contains the information necessary. However, in IE the text box is still being displayed to the user. While it does have the text >required still inside of it I really wish to hide this element from the user. Can anyone help me with this issue?
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform