what is postback implementation?when pre-render event n
init event is fired?
Answer Posted / r.raghu vamsi
The values of the Form are posted to the same page and the
very same page can process the data. This model is called
post back.
Each Asp .net page when loaded goes through a regular
creation and destruction cycle like Initialization, Page
load etc., in the beginning and unload while closing it.
This Postback is a read only property with each Asp .Net
Page (System.Web.UI.Page) class. This is false when the
first time the page is loaded and is true when the page is
submitted and processed. This enables users to write the
code depending on if the PostBack is true or false (with the
use of the function Page.IsPostBack()).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you explain the importance of finalize method in .net?
What are html helpers in asp.net?
What is ASLM?
How do I open an ashx file in windows 7?
How to make paging concepts in datagrid in ASP.NET?
What are url fragments?
What is Bundling and Minification in MVC?
What is the maximum timeout we can set for Cookies?
What is asp.net localization?
Can you dynamically assign a Master Page?
What is the namespace to create thread in .net?
What is an il?
What role “#&&” plays in a querysting?
how to elimainte the similar data from the different tables
How does windows service lifecycle differ from a .standard. Exe?