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 a web based system?
Which method do you use to enforce garbage collection in .net?
Explain what the contents of cookie?
Explain the basic functionality of garbage collector?
How can we apply themes to an asp.net application?
What is custom events? How to create it?
What is asp.net web application?
What is autopostback true?
What is AutoEventWireup attribute for ?
How would ASP and ASP.NET applications run at the same time on the same server?
What is the difference between session.abandon() vs clear()?
What is the syntax for datagrid and specifying columns?
Explain about the .NET framework?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
How can you implement encapsulation in asp.net?