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


Please Help Members By Posting Answers For Below Questions

Explain form level validation and field level validation?

769


What is a page life cycle?

800


How do I use response redirect?

749


Why do we need Sessions?

766


Explain the working of passport authentication.

729


What is difference Between Authentication and authorization?

819


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

728


Is sql backend or frontend?

758


How you can access the values from the Repeater control in ASP.NET?

802


What is meant by web application?

727


Explain swagger components.

757


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

728


Explain diff. Betn dataset and recordset?

755


Explain about Multi-Language integration?

805


Explain the difference between an exe and a dll?

725