I want to redirect to a page without performing any task on the present page. I think it would be good, if I redirect without loading any control on the page. So I need an event, where controls have not been initialized yet.
+1
A:
I think you might be looking for PreInit event, Please have a look at
Life-Cycle Events
Muhammad Akhtar
2010-04-21 13:21:30
I am getting textbox value at preInIt event. So it means, it has been initialized
vaibhav
2010-04-21 13:25:16