What is the difference between Postback and Ispostback
Property?
Answer Posted / avirnenisiva
Post back is the process the sending data get back to server
for processing.
Is post back property checks whether page is being loaded for
first time.
if it is False :means first time loaded.
if it is True: means round trip to server.
| Is This Answer Correct ? | 37 Yes | 6 No |
Post New Answer View All Answers
Please brief not about xsd,xslt & xml?
What is a page life cycle?
What is route in web api?
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 = "
Define web services in asp.net.
What is session state server?
How to implement form based authentication in asp.net application?
Describe session handling in a webfarm, how does it work and what are the limits?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is form submit?
What is the difference between cookie and session?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is smpte vc-1?
Why is asp.net so popular?
What is application state?