tags:

views:

25

answers:

1

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
I am getting textbox value at preInIt event. So it means, it has been initialized
vaibhav