Answer Posted / nagaraj
Catch(Exception) means that you catch all the exception
which might not occur. But, really we need to catch only
some type of exception, so we need to catch only those type
instead of catching all the exceptions.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we need asp.net?
Explain the updatepanel?
How should I destroy my objects in asp.net?
Explain the difference between debug.write and trace.write? When should each be used?
What are Master Pages in ASP.NET?
What is Web API?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What are themes and skins in 2.0, explain usage scenario?
Where sessions are stored in asp.net?
Describe the difference between inline and code behind - which is best in?
What are the properties of the eventargs argument when capturing keyboard events?
What is the significance of attaching a profile while creating a user?
Is global asax mandatory?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
Why is asp.net so popular?