Answer Posted / anna
it's not the bad idea of using catch exception.
catch exception catches all the exceptions in try block.
if we use these blocks, we will be able to know where the
exact error is.
if we use one try block, we must use the catch block .
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What kind of programming language is ASP.NET?
How do we access view state value of this page in the next page?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Is viewstate enabled by default?
What is difference Between Authentication and authorization?
What is session in asp.net?
What is difference between web api and web services?
What are different types of api?
What are assemblies and namespaces and explain the difference between them ?
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?
What is the caspol.exe tool used for?
What is asp.net web pages?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Define static constructor?