Where is ViewState information stored?
Answer Posted / rajendra yadav
ViewState information is Stored in The Hidden Fields.
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
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 = "
How do you handle server controls?
What are Master Pages in ASP.NET? or What is a Master Page?
What is sdlc process?
What is asp.net and ado net?
How to rename a table using sql queries?
Why we go for mvc instead of asp.net? : Asp.Net MVC
Explain asp.net application life cycle?
Why we use asp.net for website development?
What is base class of .net?
What does it mean your session has timed out?
Describe a bubbled event and how it is used ?
How does asp.net page work?
what are the Custom controls in asp.net?
In asp.net, how can you validate drop down box?