WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.
Answer Posted / rashmi
In server controls processing would be done at server side
but in html controls would be made to client side only.
| Is This Answer Correct ? | 42 Yes | 8 No |
Post New Answer View All Answers
How do I open an ashx file in windows 7?
What are custom controls?
Where is asp.net session stored?
What are the various types of cookies in asp.net?
What language is asp.net written in?
What is a web farm?
How can you pass multiple complex types in Web API?
What are the data controls available in asp.net?
What is a reflection?
How does windows service lifecycle differ from a .standard. Exe?
Name the tools or API for developing or testing web api?
What are the uses of list view control 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 = "
Explain about the Class view window?
How does http session work?