简体   繁体   中英

linkbutton open new page and pass value without using query string and session

I'm working the linkbutton in a nested masterpage and want to pass a value to a new page .

What I want to do is once I click the link button. a new page will be open and keep the current page. in the same time, i can pass a value to the new open page.

how can I do without using Query String and session?

Thanks

如果您可以控制新页面的HTML,则可以包含一个隐藏的输入字段:

<input type="hidden" name="fieldname" value="your value">

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM