H
HANG LAM
Hi,
Simple question, Is there a way to post the data from one .aspx page
to another page ?
For example, I have a Page1.aspx that lets the user enter data like
"Last Name", "First Name", but I want post that information into another
..aspx page (Page2.aspx ) .
I know I can do a redirect to the second page ,but then I will have to
build a "query string" .
Is there a way just to post the data to the second page, just like the
old .asp pages did before .aspx without having to build a "query string" ?
Thanks,
hang
Simple question, Is there a way to post the data from one .aspx page
to another page ?
For example, I have a Page1.aspx that lets the user enter data like
"Last Name", "First Name", but I want post that information into another
..aspx page (Page2.aspx ) .
I know I can do a redirect to the second page ,but then I will have to
build a "query string" .
Is there a way just to post the data to the second page, just like the
old .asp pages did before .aspx without having to build a "query string" ?
Thanks,
hang