Answer Posted / kinjal panchal
asp.net supported 48 languages...
Is This Answer Correct ? | 9 Yes | 14 No |
Post New Answer View All Answers
Explain a program using razor view engine to create a simple application? : asp.net mvc
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is query string with example?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is web router?
How you can stop the validation of ASP.NET controls from client side?
What is asp.net used for?
What are the advantages and limitations of query string?
Explain authorization levels in .net ?
What does aspcompat="true" mean?
Explain the asp.net session state modes.
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 is application and session in asp.net?
What is the difference between CLICK and MOUSE DOWN Event ?