Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Request object

Status
Not open for further replies.

g2000

Programmer
Joined
Aug 31, 2005
Messages
39
Location
US
I wanna write a class, A, that outputs the content of Request.ServerVariables.

But I got the following error
The name 'Request' does not exist in the current context

Any clue ?
 
Try:
Code:
  HttpContext.Current.Request.<somthing>

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top