If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Session ID

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-02-06, 22:18
Cuttie0506 Cuttie0506 is offline
Registered User
 
Join Date: Jan 2006
Posts: 44
Session ID

i session an 'ID' from this search page to the edit page and display my information according to my 'ID'. When i click a button to another page doing another function, i wan to redirect back to my edit page after the function had been processed. But when i get back to the edit page, i cannot retrieve my information cos the 'ID' is missing. How can i session the ID to the function page and back to the edit page?

tHANX
Reply With Quote
  #2 (permalink)  
Old 02-07-06, 19:36
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
If there's a list of items to edit on a page it can contain links with querystrings. And then on the edit page you could tranfer that to a session variable if you want:

Session("MyEditPage-ID") = Request.QueryString("ID")

And for a related link about using querystrings like this:

Classic ASP Design Tips - QueryString
http://www.bullschmidt.com/devtip-querystring.asp
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
  #3 (permalink)  
Old 02-07-06, 20:15
Cuttie0506 Cuttie0506 is offline
Registered User
 
Join Date: Jan 2006
Posts: 44
Thanx for ur reply..

I get it done..
Reply With Quote
  #4 (permalink)  
Old 02-07-06, 21:11
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Way to go!
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On