Answer Posted / 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 |
Post New Answer View All Answers
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is viewstart page in mvc?
What is razor code?
How to make sure Client Validation is enabled in ASP.Net MVC
What are the new enhancements done in default project template of asp.net mvc 4?
What is the version number for the next version of the .net framework, codenamed �orcas�?
How large is the .net framework 3.0? Does this change make the release larger?
Is .net framework backwards compatible?
What are the 3 main components of an asp.net mvc application?
Is dapper faster than entity framework?
how do you mark a property as required? For example, for a project, the name is a required field.
Is the following route definition a valid route definition? {controller}{action}/{id}
What is viewdata?
Can I uninstall microsoft .net framework?
What is layout in mvc?