How do you handle unhandled exceptions in ASP.NET?.
Answer Posted / madhu
By giving
Try
{
any thing u want to give without exception
}
catch
{
here exception takes
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is inproc mode in session?
What is the use of session in web application?
Explain the significance of routing? : asp.net mvc
What is meant by web application?
Difference between application events and session events
What is autopostback in dropdownlist in asp net?
What is asp.net localization?
What r the asp.net list controls and diff. Between them?
Name the namespace which is used by ado.net?
What are Session states available and its Uses?
What does it mean your session has timed out?
What is connection pooling and how to enable and disable connection pooling?
Any disadvantages in Dataset and in reflection ?
What is the main differences between asp and asp.net?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?