Answer Posted / vikaskaundal
Session is used to store any type of data in the memory
Cookies are small files that are created on client's hard
drive
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are sessions in asp net?
How ViewstateMac works?
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 = "
Is asp.net core faster?
How long do session variables last?
Which method do you use to kill explicitly a users session?
What is microsoft windows sharepoint services?
What are the new login controls in asp.net 2.0?
How to Separate background image and front image from original picture....
What is ASLM?
Define the term Scavenging in Caching?
How you can access the values from the Repeater control in ASP.NET?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Explain the difference between sql invalidation and sql notification.
What is the difference between client-side and server-side validations in webpages?