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
Explain form level validation and field level validation?
What is a page life cycle?
How do I use response redirect?
Why do we need Sessions?
Explain the working of passport authentication.
What is difference Between Authentication and authorization?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Is sql backend or frontend?
How you can access the values from the Repeater control in ASP.NET?
What is meant by web application?
Explain swagger components.
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Explain diff. Betn dataset and recordset?
Explain about Multi-Language integration?
Explain the difference between an exe and a dll?