Hi,
Can anybody say what is Page_PreInit & OnInit?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munesh SharmaPosted Apr 5, 2014, 1:53 AM
PreInit: Raised after the start stage is complete and before the initialization stage begins.OnInithappens earlier in the lifecycle - view state changes have not been done yet and tracking of it has not been turned on.For example go in this link
prem kumarPosted Apr 5, 2014, 2:18 AM