Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between Postback and Ispostback
Property?

Answers were Sorted based on User's Feedback



What is the difference between Postback and Ispostback Property?..

Answer / siddartha

PostBack: Postback is the event which sends the form data
to the server. The server processes the data & sends it
back to the browser. The page goes through its full life
cycle & is rendered on the browser. It can be triggered by
using the server controls.And the IsPostBack property of
the page object may be used to check whether the page
request is a postback or not. IsPostBack property is of the
type Boolean.

Is This Answer Correct ?    157 Yes 18 No

What is the difference between Postback and Ispostback Property?..

Answer / rajender chauhan

Postback: Postback is a event which fire when page data
goes to server.
IsPostBack: Ispostback is page property of bool type and it
become true when page come again to browser.

Is This Answer Correct ?    64 Yes 15 No

What is the difference between Postback and Ispostback Property?..

Answer / 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

What is the difference between Postback and Ispostback Property?..

Answer / sanjay maurya

postBack is a event is reload page on the server.
And the IsPostBack property of
the page object may be used to check whether the page
request is a postback or not. IsPostBack property is of the
type Boolean.

Is This Answer Correct ?    18 Yes 6 No

What is the difference between Postback and Ispostback Property?..

Answer / nabhirai jain

ISpostback()is the event which is being generated when the
page is posted back to itself to handle the events in
page life cycle.
It is a page event.
It is generated inside page_Load() event.
It holds boolean value.
False;First time when the page is loaded.
Facebook login page loaded in the browser on the first request.
True: when the user fill the form and click on submit to verify and store the data on server side.
execute on server side.
control is send back to page to handle the other page events at that moment boolean value holds true value.

Is This Answer Correct ?    4 Yes 2 No

What is the difference between Postback and Ispostback Property?..

Answer / satheshkumar

postback means full life cycle of your request

ispostback: whether the urrent page is post or not.just check it.and its a bololean type

Is This Answer Correct ?    4 Yes 2 No

What is the difference between Postback and Ispostback Property?..

Answer / naveen

postback request is nothing but when user click on any button will go to server
ispostback is nothing but by default is false
when user is change propery is true is know as autopastback
isnotpostback is nothing but when user ex:back end 1 row is inserted is automatically is true is known as isnotpostback
will be genereted...

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

how can u create the forms authentication?and what is the difference between forms authentication and windows authentication?

2 Answers   IBM,


I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend database.i am facing problem while uploading this site on my FTP address it is not accessing the database.please could u tell me how cn i upload Sqlserver database on the web and what would be the connection string...???? I am using Server=".";initial catalog=databasename;persist security info=false;integrated security=SSPI;...pleas help me... Thanks in Advance..

1 Answers  


Whats an assembly

2 Answers   IBM,


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


What does asp.net stand for?

0 Answers  


How to bind all the binding controls in a page at once in ASP.NET?

0 Answers   Viscus Infotech,


What is the difference between session and application?

0 Answers  


How do you deploy your asp.net application?

0 Answers  


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

0 Answers  


Explain the function of new view engine in asp.net? : asp.net mvc

0 Answers  


What is scope of an application variable in asp.net?

0 Answers  


What is session handling in a webfarm, how it can work with its limits?

0 Answers   Siebel,


Categories