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

Explain different types of validators in asp.net?

529


What are the various ways to send content from one page to another?

520


How can we communicate with each server in N-tier Architecture? and what are the methods?

1787


What is asp.net master page?

557


What is the difference between response.redirect and server.transfer?

532






What are the two properties that are common on every validation control?

555


Is it possible for me to change my aspx file extension to some other name?

580


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1424


Explain the difference between AutoPostBack and IspostBack in ASP.NET?

598


What are the Types of session management in ASP.NET

562


Why would anyone need to implement their own hashtable or linked list?

2437


Which validator control you use if you need to make sure the values in two different controls matched?

647


List the asp.net validation controls?

521


To bind columns manually which tags do you need to add within the asp:datagrid ?

549


Can you nest updatepanel within each other?

550