A
Anders Sundberg
Hi there, I'm a new to this ASP.Net and is trying around.
I know how to use $_POST and $_SERVER ['varablename'] to retreive values
between webpages, sendpage.php and receivepage.php
But I don't seem to figure out how it works in ASP.Net (use language=VB)????
I've got a default .aspx page that I've added a asp:textbox and asp:button,
and in the button_click added .aspx.vb event inserted the codesnippet
"response.redirect("receiver.aspx")" to redirect the webbroser to that
receiver page.
But how to I output the above textbox.text on the receiver.aspx page???
/anders
I know how to use $_POST and $_SERVER ['varablename'] to retreive values
between webpages, sendpage.php and receivepage.php
But I don't seem to figure out how it works in ASP.Net (use language=VB)????
I've got a default .aspx page that I've added a asp:textbox and asp:button,
and in the button_click added .aspx.vb event inserted the codesnippet
"response.redirect("receiver.aspx")" to redirect the webbroser to that
receiver page.
But how to I output the above textbox.text on the receiver.aspx page???
/anders