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 is http request and response?
What is difference between session and cookie?
Can you explain architecture of your project ?
What is the use of session state and application state and difference between them?
How can we create custom controls in asp net?
How many types of cookies are there in asp.net?
What is the difference between asp.net and mvc?
Differentiate between early binding and late binding.
Why asp.net is used?
Can we add code files of different languages in app_code folder?
Fetch one page value to another page without using state-managment ?
Out of ASP or ASP.NET which one is stateless?
What is difference between view state and session state?
Explain cashing in asp.net.
When using the Pager object, inorder to know which page to go, which property you have to set to grid?