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="News User, post: 4267016"] I have a imagebutton in a detailsview, which, when clicked, causes postback and show or hide some of the rows. (Me.DetailsView1.Fields(4).Visible = true or false) That's all it does. In the same detailsview I have other controls : dropdownlist, checkbox and textboxes etc., all of them are bound to database fields when page is loaded. When I changed the values in the dropdownlist/checkbox/textbox, and then click the imagebutton to show/hide some other rows, all the changes I made to the dropdownlist/checkbox/textbox are gone (restored to its original bound value) after postback. I commented the code that does the show/hide of rows, and found that the values of dropdownlist/checkbox/textbox are preserved after postback. So I wonder if this is normal -- when a row in a detailsview is dynamically made shown or hidden, then the whole detailsview will have to be databound again, causing all controls inside this detailsview to retored its original bound value. Thanks. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Datagrid Control
textbox text missing after detailsview postback?
Top