I have one page with some inputput field, including some dropdown lists. The data in those drop down lists are pulled out from a backend sql server, and maintained in other pages, if the user didn't find the item that he/she wants in the dropdown list, i want him/her to be able to create them in another page (maintaining page).
However, how do i maintain the current page viewstate when the page is navigated away, so the user doesn't have to give up all the data he/she has already input in the current page? Any good suggestion for it?
However, how do i maintain the current page viewstate when the page is navigated away, so the user doesn't have to give up all the data he/she has already input in the current page? Any good suggestion for it?