Reset DropDown

T

Thom Little

ASP.NET 2.0 webapplication



DropDown list and button on same page

DropDown_SelectedIndexChanged - redirect to selected item value

Button_Click - redirect to another location



Select item from dropdown correctly goes to selected location.

Back arrow returns to my page.

Selected item is shown as selected.

Selecting button transfers to previously selected item Url and not the Url
in the Button_Click handler.



How do I "reset" the DropDown to its original value (displaying item[0]) for
subsequent selections? What was the source of you information?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top