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
Explain the difference between response.redirect vs server.transfer
what is command line compiler.what are the steps and how it is related to debugging.
Explain automatic memory management in .net.
What are ASHX files?
What is the difference between custom controls and user controls?
How can you implement the postback property of an asp.net control?
when a request is made in Life cycle of ASP.NET page .
What is ascx?
What are the advantages and disadvantages of session?
How does cookies work in asp net?
What are cookies in your browser?
How to fetch a data from one table to another table in asp.net ?
What is AutoEventWireup attribute for ?
What are the different properties of server control that exists?
Explain the function of new view engine in asp.net? : asp.net mvc