What are Http handler ?
Answer Posted / vikas kant
HTTP handlers are the .NET components that implement the
System.Web.IHttpHandler interface, they can act as a target
for the incoming HTTP requests and can be called directly
by using their file name in the URL.
HTTP handlers implement the following two methods:
1) ProcessRequest: called to process http requests and
2) IsReusable which indicates whether this instance of http
handler can be reused for fulfilling another requests of
the same type.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the syntax for datagrid and specifying columns?
What is the difference between application state and caching?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Explain the updatepanel?
What is autopostback in asp net?
What is a postback url?
What are the difference between function and stored procedure in .net programming language?
What are the different types of validation controls in asp.net?
What do you mean by serialize and marshalbyref?
Define secured sockets layer.
What is inproc and outproc?
What are the authentication types in asp.net?
What is asp.net web pages?
Disable Mouse right click on web page in asp.net?
How does session id work?