Results 1 to 15 of 15

Thread: [Resolved] Basic problem

Threaded View

  1. #3

    Thread Starter
    Hyperactive Member naruponk's Avatar
    Join Date
    Feb 2004
    Location
    Some where in the world
    Posts
    423

    Talking 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
  •  



Click Here to Expand Forum to Full Width