How do you handle unhandled exceptions in ASP.NET?.

Answer Posted / madhu

By giving
Try
{
any thing u want to give without exception
}

catch
{
here exception takes
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain different types of validators in asp.net?

529


What is the significance of attaching a profile while creating a user?

559


In which event are the controls fully loaded?

566


What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

551


How do you use viewstate?

552






Explain the difference between singleton and single call?

532


What are triggers of an updatepanel?

549


What is tracing? Where is it used?

555


Explain http handlers? Where we can use the http handlers?

683


I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?

540


What are the types of validation in asp net?

545


What permissions do asp.net applications posses by default?

644


Explain the difference between array and linkedlist?

521


Explain how asp.net page works?

541


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

520