Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Datagrid Control
textbox text missing after detailsview postback?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Eliyahu Goldin, post: 4267018"] It may help you, if you realize that web controls with Visible=false don't get sent to the client and, naturally, don't bring their values back to server on postbacks. If you are interested in hidden data either on client or after postbacks, you should hide controls with css rule display:hidden and leave Visible=true. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Datagrid Control
textbox text missing after detailsview postback?
Top