Answer Posted / g.murugaraj
Asp.net Support 44 Launages
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What are the features of asp net?
Is it possible to write code in many languages in one asp.net project?
Explain the difference between the web config and machine config.
How to turn off cookies for a page?
What are client activated objects and server activated objects?
What is the difference between exe and dll?
What is the difference between a default skin and a named skin?
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 = "
what are the ihttphandler and ihttphandlerfactory interfaces ?
Is post back in asp.net?
How do you hide the columns?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
Why is an object pool required?
How many ways are there to maintain a state in .net? What is view state?
How to use a Master Database in Asp.net?