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
What is asp.net localization?
Which method is used to enforce garbage collection in .net?
What is the difference between custom controls and user controls?
What are the elements of a website?
Why select Web API?
What is the advantage of using Windows authentication in a Web application?
What are validators and list some validators of asp.net?
Which is faster viewbag or viewdata?
What is viewstategenerator?
What’s difference between “optimistic” and “pessimistic” locking?
What symbol specifies the beginning of a query string?
How can you display all validation messages in one control?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Why do we need url encoding?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC