Oct 20, 2005 #1 g2000 Programmer Aug 31, 2005 39 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 Jan 7, 2004 8,172 US Try: Code: HttpContext.Current.Request.<somthing> Jim Upvote 0 Downvote