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
Which object wraps the state or data of a user?
What are the different methods of session maintenance in asp.net?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How do u optimize a query in asp.net?
Why cyclomatic complexity is important?
Name the two properties are on every validation control?
What is authentication in asp.net?
Write the different features of a Thread and a Process?
Explain how can you debug your .net application?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Explain the main differences between asp and asp.net?
Explain the difference between response.redirect vs server.transfer
Explain what does wsdl stand for?
What is content place holder?
Less than one page, how many windows will you be able to maintain?