What is the difference between Postback and Ispostback
Property?
Answer Posted / 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 |
Post New Answer View All Answers
What are the Difference between asp.net and asp ?
What are url fragments?
what is loosely coupled solution? How it can be used?
How can we call webservices in Banking Applications? and where we are using it?
What is the displayafter property in updateprogress control?
Where is session cookies stored?
what is silver light when will we use silver light,
What is asp.net ajax?
What is masterpage?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
How do you do Client-side validation in .Net?
What permissions do asp.net applications posses by default?
How do u deploy ur project?
How many types cache in asp net?
when a request is made in Life cycle of ASP.NET page .