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

What I need to create and run an asp.net application?

0 Answers  


How would you turn off cookies on a page of a website?

0 Answers  


HI, I have a very important query in mind. Please help me regarding this. I don't have any real time exp in .net. But I have a knowledge it .net. I got an offer from an MNC company as a software developer has I had kept 2 years of fake exp. Even though for this job I had worked hard to crack interview for more then a year. So, I would like to know how difficult it will be for working in real time as I don't have real time exp. Please tell me as soon as possible bcoz I need to join by next month. Can i sustain over there for a longer time or not. And also let me know how to work pressure will be over there. Please help me regarding this. I'm getting tension thinking about it. Thank you.

1 Answers   CTS,


Code for updating the database by entering the data into textboxes in aspx form?

2 Answers   TCS, Wipro,


How many web.config a application can have ?

6 Answers   Keane India Ltd, Manhattan, Vertex,






What is a web api endpoint?

0 Answers  


Webconfig file is cofiguration of server or browser?

10 Answers   Wipro,


What is view state management in asp net?

0 Answers  


What is use of Master Page in ASP.NET web pages?

0 Answers   Sans Pareil IT Services,


I have a component with 3 parameter and deployed to client side now i changed my dll method which takes 4 parameter.How can i deploy this without affecting the clent?s code ?

1 Answers   Microsoft, Satyam, Wipro,


what is difference between const, static and readonly?

2 Answers   TVS,


is it possible to use web site without web server from remote place?

1 Answers   ABC, Mannar Company, Quadrant,


Categories