Response.Redirect with Variables
I'm using .asp. I'm trying to use a Response.Redirect command but include variables in the redirected URL. It's not working.
For example: If John Doe signs in as jdoe, I want the next page to immediately redirect to johnslist.asp instead of publiclist.htm...but I want it to include his user ID number (userid) so that the list can properly populate.
Any ideas?? Thanks in advance!!! :)
|