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 is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is difference in .net 1.1 and .net 2.0?
What is custom attribute?
What are query strings used for?
What is difference between View State and Hidden Field in ASP.NET?
How would you enable impersonation in the web.config file?
What is the significance of attaching a profile while creating a user?
Give 2 examples for scenarios when routing is not applied?
What is custom events? How to create it?
Is it possible to write code in many languages in one asp.net project?
What is page request in asp.net?
Can more than one person use the same login?
Does asp.net still recognize the global.asa file?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
How you can return View from ASP.NET Web API method?