Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Http Request


Message #1 by <kshatdalpriya@i...> on Tue, 3 Dec 2002 17:23:37 +0530
Hi dear,
How I can retrieve HttpContext object in C#;

	I am using this code but It gives error
	Kindly send me details..
	HttpRequest ctx = new context();
Message #2 by Helen Warn <hwarn@s...> on Tue, 03 Dec 2002 07:01:29 -0800
Try

	HttpContext httpCon = HttpContext.Current;

Cheers,

Helen

> -----Original Message-----
> From: kshatdalpriya@i... [mailto:kshatdalpriya@i...]
> Sent: Tuesday, December 03, 2002 3:54 AM
> To: ASP.NET
> Subject: [aspx] Http Request
> 
> 
> Hi dear,
> How I can retrieve HttpContext object in C#;
> 
> 	I am using this code but It gives error
> 	Kindly send me details..
> 	HttpRequest ctx = new context();
> 

  Return to Index