Home > Definition > .NET > what is AutoPostBack and IsPostback in .NET?

what is AutoPostBack and IsPostback in .NET?

by Narain_Siddharth   on Dec 14, 2011   Category: .NET   |  Views: 118    |  Points: 25   |  Silver 



AutoPostBack is the property of control and one of the attribute of asp.net server controls and it post the pages data to the server , if this AutoPostBack attribute is enabled for the dropdown and change the dropdown value then automatically post the page back to the server.

IsPostback is property of the page class and it's used to veify whether the page is posted back to the server or not. Generally we use this IsPostback in the page load event.

Like this definition? Bookmark and Share:

  User Responses | Post Definition
 No Response found!
  Recent Posts
* what is bubbled event in .NET? (483) by Shiva on May 4 2011 1:09AM
* What is a satellite assembly in .NET? (597) by Shiva on May 4 2011 12:22PM
* What is viewstate in ASP.NET? (1000) by Narain_Siddharth on May 8 2011 4:27AM
* What does SOAP stands for? (364) by Spidy on May 17 2011 5:30AM
* What does WSDL stands for? (350) by Spidy on May 17 2011 5:31AM
  Submit feedback about this definition
Please sign in to post feedback