| Sign In/My Account | View Cart |
| Article: |
Managing ASP.NET Navigation | |
| Subject: | Learning by examples and explainations? | |
| Date: | 2003-08-19 15:10:16 | |
| From: | anonymous2 | |
|
I believe 90% of programs are visuals. Mean they learn quick by examples. I have a form on step1.aspx When I click the button I do a server.transfer (step2.aspx, true) If I use click the previous button I have in step2.aspx it calls a server.transfer (step1.aspx, txt). In my page_load of step1.aspx the following is declared: string Email = (string)Session["txtEmail"];
|
||