How do you handle unhandled exceptions in ASP.NET?.
Answer Posted / s
try
{
here u have to write ur code
}
catch (Exception ex)
{
here if u get any error it was handled by Exception ex
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the features of asp.net mvc?
What is a page life cycle? What are the events in a page life cycle?
What is app_code folder in asp net?
What are assemblies and namespaces and explain the difference between them ?
How to comment out asp.net tags?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is comparevalidator?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What is route in web api?
Explain asp.net application life cycle?
What is difference between ispostback and autopostback in asp net?
Why we use asp.net for website development?
What is Web Server Control Templates.?
Which asp.net objects encapsulate the state of the client and the browser?
What are the advantages of Web API?