What is the difference between Postback and Ispostback
Property?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Difference between windows application and web application? Which is the best for updation purpose?
relacement of websevices in .net 3.0?
Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?
If there is submit button in a from tell us the sequence what happens if submit is clicked and in form action is specified as some other page ?
What is the difference between a.Equals(b) and a == b?
What is web.config. How many web.config files can be allowed to use in an application?
6 Answers Accenture, HCL, InterGraph, iSoft,
Which is faster viewbag or viewdata?
Give real time examples for polymorphism, encapsulation, inheritance..
What is a Windows Service and how does its life cycle differ from a standard EXE?
What are the uses of list view control in Asp.net?
Explain the updatepanel?
What is role-based security?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)