Httpcontext objects?
Answers were Sorted based on User's Feedback
Answer / rashmi tiwari
An HttpContext object will encapsulate specific details of
a single HTTP request. Properties of this class include the
Request object, the Response object, the Session object,
and an AllErrors property which keeps an array of Exception
objects accrued during the current request.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vinod mathew
Following are members of System.Web.HTTPContext
1.Application
2.Application Instance
3.Cache
4.Previous Handler
5.Profile
6.Request
7.Server
8.Session
| Is This Answer Correct ? | 3 Yes | 0 No |
How to bind table colum with gridview column?
What is connected scenario? : Entity framework
What is presentation framework?
I want ask from plz smaple example code for Biztalkk server
What is difference between razor and web form engine?
Explain Model, view and Controllers in Asp.Net MVC?
What is model first? : Entity framework
What is the .net framework 3.0 (formerly winfx)?
How can I tell what .net framework is installed?
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
what is ssdl?