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
Explain how can we inherit a static member?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
How to fetch a data from one table to another table in asp.net ?
Which is better asp.net or php?
How many types of triggers are there in update panel?
How can I create master page in asp net?
What is the difference between user control an custom control?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
What is the difference between GridView and Repeater controls in ASP.NET?
Explain how cookies work.
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Describe the master page.
Explain page output caching?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?