M
Michal Valent
Hello,
I have noticed,
that some custom server controls are able fire its own events e.g.
someGrid_PageIndexChanged
before the Page_load event.
Can anybody explain how is it possible ?
According to the Microsoft .. Page Life Cycle articles,
Page events follows the order :
..
..
..
Page_Init
Page_Load
Control events (like Button_Click, someGrid_PageIndexChanged, ...)
..
..
..
thanks
mike
I have noticed,
that some custom server controls are able fire its own events e.g.
someGrid_PageIndexChanged
before the Page_load event.
Can anybody explain how is it possible ?
According to the Microsoft .. Page Life Cycle articles,
Page events follows the order :
..
..
..
Page_Init
Page_Load
Control events (like Button_Click, someGrid_PageIndexChanged, ...)
..
..
..
thanks
mike