Answer Posted / kaushal
Ispostback (page.ispostback()) is a method which represents
whether the page state of page is postback or first time
loaded. If the page is postback it returns True and False
for the First Time loaded
Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Can you explain the basic use of dataview?
How to display validation messages in one control?
Is asp.net still used?
What are the types of validation in asp net?
What is form submit?
List down the sequence of methods called during the page load.
What is state management techniques in asp.net?
Can more than one person use the same login?
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 asp.net? How is it different from asp?
What is the main differences between asp and asp.net?
What are the different types of validation controls provided in ASP.NET?
What is http pipeline in asp.net?
What is role-based security in asp.net?