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
how to debug web services on consumer side?
Explain about asp.net caching?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What is an assembly? Explain its parts.
What is cookies cache and session?
What is the use of web.config file?
Explain the use of resource manager class in .net.
What is the difference between table and query?
What are the new navigation controls in asp.net 2.0?
How can we create custom controls in asp net?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Differentiate between a hyperlink control and a linkbutton control.
what is the difference between response.write() and response.output.write()?
Explain the Session state management options available with ASP.NET?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)