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 is the difference between Hash table and Array list?
What describes a query?
Explain the difference between an exe and a dll?
What is the basic difference between asp and asp.net?
What are the different web pages?
How to manage different kinds of sessions in ASP.NET?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What are the validation controls available in ASP.NET?
Where code pages are used?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What are the ways of preserving data on a Web Form in ASP.NET?
What is difference between web api and web services?
What is css in asp.net?
Define the steps to set up validation control.
What is semantic gap?