I have one dropdownlist, 2 buttons.. the DDL is on autopostack (so that when a user selects an item; that item is saved as a variable then they are redirected to another page) however, when they go back (ie. backbutton) and try to click one of the buttons they still go to the previous page, not thep age for the button..
ie.
button1 goes to page1
button2 goes to page2
Dropdownlist goes to page3
User selects item in dropdown and goes to page3, but doesn't find the info, so hits the backbutton to go to mainpage to use the buttons. User then selects Button1 and is directed to page3, but should go to page1....
What's my issues???
ie.
button1 goes to page1
button2 goes to page2
Dropdownlist goes to page3
User selects item in dropdown and goes to page3, but doesn't find the info, so hits the backbutton to go to mainpage to use the buttons. User then selects Button1 and is directed to page3, but should go to page1....
What's my issues???