Do we have any event in asp.net where conrols are not initialized

Posted by vaibhav on Stack Overflow See other posts from Stack Overflow or by vaibhav
Published on 2010-04-21T13:19:20Z Indexed on 2010/04/21 13:23 UTC
Read the original article Hit count: 175

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#