Remember last control state per user

Gosh, I forgot to upload the example! Here it is.persist-tab-selection.zip (5.5 KB)

It uses a page property set to sessionStorage.getItem('selectedIndex').


Then the tab Change event persists the current tab index:

You can use localStorage instead of sessionStorage to persist the selected tab index even after the user closes the browser.

1 Like