Force a page to reload ajax controls because of a back button press

If a user comes to a page with dynamically loaded dropdownlists using the back button – use this to force the page to reload so the dynamic controls reload their content to initial state:

if (performance.navigation.type === 2) {
location.reload(true);

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.