Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Request.QueryString Newbie to ASP
Message
From
03/01/2002 17:43:55
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00600446
Message ID:
00600532
Views:
11
The following is a snippet of my own code and it works. Give it a shot by replacing in your own variables.

Response.Write "NIRHB Patient List for " & request("docname")

Your own code was:

you requested record number < %= Request.QueryString("cust_id") % >

with a url of:

localhost/mytest/test.asp?cust_id=1


Your code should be working properly the way you have it but try it like this just to see (without the spaces at the start and end of course):

< %
Response.Write "You requested record number " & Request("cust_id")
% >
Previous
Reply
Map
View

Click here to load this message in the networking platform