what is postback implementation?when pre-render event n
init event is fired?

Answer Posted / r.raghu vamsi

The values of the Form are posted to the same page and the
very same page can process the data. This model is called
post back.

Each Asp .net page when loaded goes through a regular
creation and destruction cycle like Initialization, Page
load etc., in the beginning and unload while closing it.
This Postback is a read only property with each Asp .Net
Page (System.Web.UI.Page) class. This is false when the
first time the page is loaded and is true when the page is
submitted and processed. This enables users to write the
code depending on if the PostBack is true or false (with the
use of the function Page.IsPostBack()).

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between abstract class and an interface?

505


What is the use of autowireup in asp.net?

565


Define static function?

570


What is difference between singleton and single call?

650


How can we access static variable?

651






What is difference between Lambda Expression and LINQ in ASP.NET?

545


What are the types of validation in asp net?

548


What are the new navigation controls in asp.net 2.0?

538


Describe the Server Control Events of ASP.NET?

661


How would you implement inheritance using c#?

579


Explain managed code an un-managed code.

599


Explain the difference between value type and reference type?

263


What is the difference between custom web user control and a custom web server control?

505


Where session variables are stored?

546


Is it right that ASP.NET Web API has replaced WCF?

512