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

Is asp.net mvc still used? : Asp.Net MVC

522


What is application session?

511


How use Xml data in ASP.net?

570


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

550


Is there any limit for query string? Means what is the maximum size?

498






What is http only cookie?

520


Describe paging in asp.net?

684


Which method do you use to kill explicitly a users session?

633


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

1578


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

513


How do we sort the data from a dataset?

583


What is difference between or and orelse?

560


What is the use of view state?

540


Explain why datareader is useful?

556


Is redux flux?

544