I'm trying to allow the user to edit any information stored in the database. I've tried several combinations, but the text keeps returning to normal after I click a submit button. Please advise.
I've got a few text boxes and three combo boxes. They've got AutoPostBack = False and EnableViewState = True. I know its not doing anything because instead of doing the SQL code, I made it just make a label's text one of the text box's information.
Ok, i put the breakpoint at the Private Sub Submit_Click (the function) and it didn't hit either. But the response.redirect to the previous form is working, that's where I'm confused.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.