Is there a way to have autopostback enabled and not have page refresh (thereofre scrolling back to the top) when a dropdownlist changes for example?
I have a few dropdownlists and the values in the subsequent ones need to change based on what is picked in the upper ones.
Whats the best way to do that? Each DDL is populated from the DB.
Is there a way to have autopostback enabled and not have page refresh (thereofre
Share
Use an update panel to accomplish this. A full overview is provide here You add items to the panel that you need to post back and only that part of the page postbacks.