Answer Posted / aadil
In ASP.NET, we have three types of Error Handling.
1. Structured Level Error Handling (try..catch..finally
block)
2. Page Level Error Handline
3. Application Level Error Handling.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can you send an email message from an asp.net web page?
What are the advantages of Web API?
How can you display all validation messages in one control?
What is the difference between the response.write() and response.output.write() methods?
What is validation in asp.net?
Why is it preferred to not use finalize for clean up?
What is the basic difference between asp and asp.net?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Is it possible to migrate visual interdev design-time controls to asp.net?
What are the session variables?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is the difference between trace and debug in asp.net?
How does a content page different from a master page?
How to use a Master Database in Asp.net?