Author: JustJae | Posted on: 4/1/2009 8:42:28 PM | Views : 946

 Hello ASP.NET Forums,
 
I'm having trouble with a form;
 
Overview of the form:
There are 2 main features on the form that use postback, the first is a dropdownlist which when changed autopostsback to itself to reveil another dropdownlist with other options.
The second feature is just the submit button which posts the form to a different url.
 
So you can change the dropdownlists untill desired result, then submit, this takes you to a confirmation page to review submitted user info. (All of this works fine)
Now what the problem is is that if you need to go back to the submission page to change the dropdown options (the ddl that changes the second ddl) the form now submits on dropdownlist change rather than just refresh the page with the new dropdownlist options. the dropdownlist validation is also overridden this time around (on selection of a invalid option).
 
Hope ...

Go to the complete details ...