Is it possible to set localStorage or Session variable in asp.net page and read it in javascript on the other page?

后端 未结 5 1339
囚心锁ツ
囚心锁ツ 2020-12-19 07:45

As in question. Is it possible to set variable in asp.net page in localStorage and retrieve it on the other page?

How to set localStorage variable in asp.net. Is it

5条回答
  •  暖寄归人
    2020-12-19 08:17

    you can use asp:HiddenField

    after changed localstorage or sessionStorage you fill hidden field and use in code behind.

提交回复
热议问题