what is SAP fullform
Answer Posted / amit sarkar
SYSTEMETIC APPROACH TO PROCIDURE
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of express session?
How does the cookies work in asp.net?
How many types of cookies are there 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 = "
Less than one page, how many windows will you be able to maintain?
What is the difference between cookie and session?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What are session state modes in asp.net?
What is the difference between visual basic and asp.net?
Explain client side state management system.
What is postback in asp net?
What is custom attribute? How to create?
What is difference between rest and soap?
Explain what does mvc represent in asp.net? : asp.net mvc
Which adapter should you use, if you want to get the data from an access database?