|
-
Apr 3rd, 2005, 10:45 PM
#3
Thread Starter
Hyperactive Member
Re: Basic problem
<form id="Form1" method="post" runat="server" action="aspx2.aspx">
I have set a session in code behind file of aspx1.aspx, i just want to test that how to pass a parameter to aspx2
below is a code of event Page_Load on aspx2
TextBox1.Text=Convert.ToString(Session["Test"]);
Thanks for reply
Last edited by naruponk; Apr 4th, 2005 at 05:45 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|