.Net Doesn't offer Deterministic Distruction ?
a) True
b) False
Answer Posted / sridhar
True
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Describe in brief .net framework and its components.
In how many ways we can retrieve table records count?
What is class and object in asp.net?
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 you can stop the validation of ASP.NET controls from client side?
9. Why should we hire you over the others waiting to be interviewed?
What symbol specifies the beginning of a query string?
Explain the purpose of storyboard.targetproperty.
Explain what does mvc represent in asp.net? : asp.net mvc
How does viewstate work?
Differentiate between a page theme and a global theme?
What are merge modules?
Write a code for passing ArrayList in Web API?
How do I open an ashx file in windows 7?
Explain difference betn dataset and recordset?