I have a web application with two dropdown lists. on the SelectedIndexCh anged event, I want the page to refresh. What is the best way to accomplish this?
Note: Each dropdown list navigates to a new tab when a value is selected. I want the original page to refresh after this event.
Note: Each dropdown list navigates to a new tab when a value is selected. I want the original page to refresh after this event.