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
How response object is related to asp's response object?
Explain about asp.net caching?
What does asax stand for?
How to Separate background image and front image from original picture....
Why do we use asp.net?
They mostly asked difference between versions of technologies
What is mvc in angular?
Is asp.net 64-bit enabled? How?
List of words of preprocessor in .net?
What is the difference between stored procedure vs function?
What are the advantages of using Master Pages?
To display data in a Repeater control which template you provide?
What is the difference between visual basic and asp.net?
What can we do with asp.net?
What is query string in asp.net?