Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > passing variable with response.redirect

Reply
Thread Tools

passing variable with response.redirect

 
 
Bill
Guest
Posts: n/a
 
      09-26-2003
I'm trying to retain a value that I pass to a processing page. When the
page is done processing, I use the response.redirect to forward to the
page I started on, and i want that page to hold the same category id
that it started out on. I'm trying to pass with response.redirect using
response.redirect "mypage.asp?number=" & number

But it dons't seem to work. Why?

Bill

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
 
Ken Schaefer
Guest
Posts: n/a
 
      09-27-2003
That should work.

When you say "it doesn't work", what exactly do you mean?

Cheers
Ken


"Bill" <> wrote in message
news:...
: I'm trying to retain a value that I pass to a processing page. When the
: page is done processing, I use the response.redirect to forward to the
: page I started on, and i want that page to hold the same category id
: that it started out on. I'm trying to pass with response.redirect using
: response.redirect "mypage.asp?number=" & number
:
: But it dons't seem to work. Why?
:
: Bill
:
: *** Sent via Developersdex http://www.developersdex.com ***
: Don't just participate in USENET...get rewarded for it!


 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
passing copy of a pointer to a variable vs passing the copy pereges C Programming 7 06-01-2008 02:36 PM
Passing a variable value from Javascript to asp.net server variable shil ASP .Net 2 01-02-2007 09:33 PM
passing data from javascript variable to asp variable. Steve Cosh ASP General 1 11-18-2005 04:15 AM
passing javascript variable into asp variable using vbscript Jonas Daunoravicius Javascript 5 07-17-2003 04:54 AM
passing javascript variable into asp variable using vbscript Jonas Daunoravicius ASP General 5 07-17-2003 04:54 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57