P
Peter Lièen
i'm using custom server control x (inherits webcontrol)
the server control is executed from Page_Load on aspx.vb page
now the problem:
the Load event from aspx.vb is executed before Load event of my server
control. i cannot
override it unless trough another class(which inherits system.web.ui.page).
what i need is to make
some modification when viewstate is enabled but before the aspx.vb Page_Load
event is executed.
Is there any way to override Load event from WebControl?
the server control is executed from Page_Load on aspx.vb page
now the problem:
the Load event from aspx.vb is executed before Load event of my server
control. i cannot
override it unless trough another class(which inherits system.web.ui.page).
what i need is to make
some modification when viewstate is enabled but before the aspx.vb Page_Load
event is executed.
Is there any way to override Load event from WebControl?