How to access values of previous page at client-side?
Posted
by Gaurav
on Stack Overflow
See other posts from Stack Overflow
or by Gaurav
Published on 2010-04-19T15:42:47Z
Indexed on
2010/04/19
15:53 UTC
Read the original article
Hit count: 198
ASP.NET
|JavaScript
I have a page and clicked on the button there it will open a new page containing some text boxes, user fill all the text boxes and clicked the button now first page open again and the question is : How can I get the vales of text boxes on the current page using both server-side and client-side
There is a restrictions to use of : - Cross-paging - Cookies - Sessions - Query strings
© Stack Overflow or respective owner