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
How do you identify that the page is postback?
Can you explain one critical mapping? Performance issue which one is better?
What is the difference between page-level caching and fragment caching?
Explain in what order a destructors is called.
What is the behavior of a Web browser when it receives an invalid element?
Explain cashing in asp.net.
What is the use of autowireup in asp.net?
What are the elements of a website?
What is runat?
How can you pass multiple complex types in Web API?
What is redirecting behavior?
Where would you use an ihttpmodule, and what are the limitations of any?
How to do state management in ASP.NET?
How Session use Cookies in State Management?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?