what is postback implementation?when pre-render event n
init event is fired?

Answers were Sorted based on User's Feedback



what is postback implementation?when pre-render event n init event is fired?..

Answer / 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

what is postback implementation?when pre-render event n init event is fired?..

Answer / surjith

post back event happens when the sender page sends Http
request to the same page. checking for ispostback() and
then writing the code within the if block would be the
implementation for postback.

The following is the order of events that occur when a page
is loaded.
init-> load -> prerender and finally unload.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

What are the asp.net 2.0 features?

0 Answers  


1. Briefly describe your ideal job?

1 Answers   Swatz Oils, Swetz Oil,


How does cookies work in asp net?

0 Answers  


In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?

5 Answers  


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  






What setting must be added in the configuration file to deny a particular user from accessing the secured resources?

0 Answers  


What does session_start () do?

0 Answers  


What is Stateless ASP or ASP.Net?

2 Answers   Accenture,


Fetch one page value to another page without using state-managment ?

0 Answers   HCL,


Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?

3 Answers   DNS,


List the major built-in objects in asp.net?

0 Answers  


Types of caching ?

1 Answers   Digital GlobalSoft, MicroSec, Wipro,


Categories