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 application and session in asp.net?
How can you pass multiple complex types in Web API?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Differentiate globalization and localization.
Explain parts of assembly?
What is slidemaster?
Which .NET framework supports Web API?
What is the parent class of all web server control?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Why do we use web config?
Which adapter should you use, if you want to get the data from an access database?
What is viewstate information stored?
Demonstrate Render and PreRender?
What is connection pooling and how to enable and disable connection pooling?