Oct 20, 2005 #1 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 ?
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 ?
Oct 20, 2005 #2 jbenson001 Programmer Joined Jan 7, 2004 Messages 8,172 Location US Try: Code: HttpContext.Current.Request.<somthing> Jim Upvote 0 Downvote