Answer Posted / manish singh(amalga fusion)
you can maintain client side state managment in following
way
1 view state
2 query string
3 hidden field
4 cookies
5 Hidden frames
you can maintain server side managment in following way
1 Application
2 Session
3 i think using cache object also but not sure.
Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is session object? Describe in detail.
What is full trust in asp.net?
Explain the difference between sql invalidation and sql notification.
What are cao and sao.
Explain swagger components.
Which method is used to enforce garbage collection in .net?
How do I open an ashx file?
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 ashx file in asp.net?
What is the good practice to implement validations in aspx page?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
How does asp.net work?
What is session in asp.net?
How would you create a permanent cookie?
What does asp.net stand for?