86
Views
1
Comments
Solved
View state in URL
Question
Hi,
I am looking for a way to have the view state of a page to be a part of the URL itself(as query parameters).
That way, one can bookmark the URL and restore the state of the page(like the value of a textbox).
Any help would be appreciated.
2018-11-06 14-26-44
Suraj Borade
Solution
Hi Vinay,

You can give input parameters to the page as we give query parameters. You can see value of input parameters in URL itself and bookmark the URL. (You can pass textbox value to input parameter at the time of redirecting to next page.)

Hope this helps.

-- Suraj B
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.