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

Which method is used to perform all validation at the page level?

0 Answers   Sans Pareil IT Services,


How many web.copnfig can exists in a web application & which will be used ?

3 Answers   MMTS,


What are the steps to follow to host a web application on a web server?

0 Answers   MCN Solutions,


How can we prepairing Interview

0 Answers   ITcom, TCS,


Is global asax mandatory?

0 Answers  


Explain what is an abstract class?

0 Answers  


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.

1 Answers  


What is asp.net response object?

0 Answers  


What are Sticky Sessions?

2 Answers   Infosys,


If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

7 Answers   Syntax Softtech,


what is Disco?what it will do?

2 Answers   Microsoft,


How do you perform validations ?

2 Answers   Microsoft,


Categories