Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


In what order do the events of an ASPX page execute, As a
developer is it important to understand these events?

Answers were Sorted based on User's Feedback



In what order do the events of an ASPX page execute, As a developer is it important to understand ..

Answer / gopathi vamseedhar

preinit
init
load
prerender
unload
yes it important to know

Is This Answer Correct ?    0 Yes 0 No

In what order do the events of an ASPX page execute, As a developer is it important to understand ..

Answer / padmaja

page_Init
page_load
page_render
page_unload
dispose

Is This Answer Correct ?    0 Yes 0 No

In what order do the events of an ASPX page execute, As a developer is it important to understand ..

Answer / kondapallysantoshkumar

page_init,(this event ocuurs when ever the page is satrted
first tine)
page_load(i occurs in subsequent requests)
controlevents,
page_unloadevents

Is This Answer Correct ?    0 Yes 1 No

In what order do the events of an ASPX page execute, As a developer is it important to understand ..

Answer / kalidasan

Init
Loading
Pre Rendering
Saving
Rendering
Unloading
Disposing

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

Which method is used to perform all validation at the page level?

0 Answers   Sans Pareil IT Services,


what is diffrent between asp & asp.net

2 Answers  


What are themes and skins in 2.0, explain usage scenario?

0 Answers  


What are the different types of Session state management options available with ASP.NET?

1 Answers  


Hey I am using asp.net mvc architecture. I creating one dropdownlist using <select id="State" name="State"></select> this is dynamic list.Its displaying properly. But in time of Edit.If i load a page dropdownlist is not displaying the item which is stored in table.

1 Answers  


Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

0 Answers  


what is view stat how it is use ?

2 Answers   Amazon,


Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version

2 Answers   Citrix, TCS,


I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?

1 Answers  


How do you remove duplicates without using remove duplicate stage?

0 Answers  


Explain what is event bubbling?

0 Answers  


Describe how ASP.NET maintains process isolation for each Web application?

0 Answers   B-Ways TecnoSoft,


Categories