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 could you modify xaml content from javascript?
What are the advantages of passport authentication?
Can you explain page lifecycle in net?
Explain the significance of routing? : asp.net mvc
What is enableviewstate in asp net?
What is a url string?
Which method is used to enforce garbage collection in .net?
What is the viewstate in asp.net?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
In Code-Behind class which kind of code (server or client) is found ?
How do we sort the data from a dataset?
What do you mean by View State and what is its role?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What are the 3 levels at which content pages can be attached to Master Page?