Answer Posted / senthil kumar
try
{
//set of code
}
catch(Exception1 e)
{
//error display
}
catch(Exception2 e)
{
//error display
}
finally
{
//compulsory execution will be done here
}
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of view state?
What are the advantages and disadvantages of Using Cookies?
What is different in .net 1.1 and .net 2.0?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is ascx?
How would you enable impersonation in the web.config file?
How is it possible for .NET to support many languages?
Explain the difference between the web config and machine config.
Is it true that a Web service must be written in .NET or not?
is gateway for sms continue connected for sending sms.how?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
what is loosely coupled solution? How it can be used?
Why do you use the app_code folder in asp.net?
What is a server cookie?
What is meant by web application?