Answer Posted / nikhil
Http handler is a piece of code or aprogram for respond to
the incoming http requests from the server side.
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is asp.net introduction?
Explain the difference between panel and groupbox classes using .net?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
what is publisher?
Please briefly explain the usage of global.asax?
What is an asp.net validator? And, mention its types.
How many validators do ASP.NET have?
Describe the diffeerence between inline and code behind?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is asynchronous call?
Explain About WebService
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
How to disable disable browser's Back button in asp.net (JavaScript)?
Explain repository pattern in asp.net mvc? : asp.net mvc
How would you implement inheritance using c#?