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...

What is the sequence of operation takes place when a page is loaded ?

Answer Posted / nazakat ali

BeginTranaction - only if the request is transacted
Init - every time a page is processed
LoadViewState - Only on postback
ProcessPostData1 - Only on postback
Load - every time
ProcessData2 - Only on Postback
RaiseChangedEvent - Only on Postback
RaisePostBackEvent - Only on Postback
PreRender - everytime
BuildTraceTree - only if tracing is enabled
SaveViewState - every time
Render - Everytime
End Transaction - only if the request is transacted
Trace.EndRequest - only when tracing is enabled
UnloadRecursive - Every request

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is enableviewstatemac in asp net?

1101


What is a web farm?

1039


Explain the differences between managed and unmanaged code?

1107


What is difference between cache and session?

1021


Can you set the session out time manually?

934


How can you enable impersonation in the web.config file?

1197


Write code to send e-mail from an asp.net application?

1079


How will you maintain versioning in asp.net 2.0?

1072


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

1093


What do you mean by View State and what is its role?

1160


What are the session variables?

1032


What is HTTPModule and HTTPcontext? What is the use of each?

2675


Do session use cookies in asp net?

1046


What is difference cookie and session?

1033


Define application state variable and session state variable?

1045