Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 tell me how to restore the data between pg loads

Author  Topic 

senthilramtrs
Starting Member

29 Posts

Posted - 2008-05-26 : 07:45:36
actually i has a aspx page...

which has a set of fields to fill...

after filling some 4 or 5 ... i needed to load one another page link which describes the thing more deeper...

then after i'm back to the original page...

here i'm not interested to use a pop up window...

i'm really using response.redirect("page2.aspx");

then coming back to page1.aspx...

how to restore those already typed fields of page1?

any built in method to do so?

help me ...




Regards,
Senthil Ram TRS

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-05-26 : 08:18:42
You can use session variables.



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

senthilramtrs
Starting Member

29 Posts

Posted - 2008-05-31 : 02:06:03
any other alternative?

Regards,
Senthil Ram TRS
Go to Top of Page

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2008-05-31 : 10:14:33
url parameters.

- Jeff
http://weblogs.sqlteam.com/JeffS
Go to Top of Page

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2008-05-31 : 10:15:23
(moved to asp.net forum)

- Jeff
http://weblogs.sqlteam.com/JeffS
Go to Top of Page

senthilramtrs
Starting Member

29 Posts

Posted - 2008-06-01 : 04:29:25
tell me some thing regarding url variables....

how to declare it?

some syntax pls...

Regards,
Senthil Ram TRS
Go to Top of Page

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2008-06-01 : 11:36:07
Is it possible to write a single line of ASP.NET code or any web programming code in general if you don't know how url parameters work?

http://aspnet.4guysfromrolla.com/articles/020205-1.aspx

http://www.google.com/search?q=asp.net+url+parameters


- Jeff
http://weblogs.sqlteam.com/JeffS
Go to Top of Page
   

- Advertisement -