B
bogdan
I need to execute some code _after_ page controls are bound to data (e.g.
DropDownList). I could probably handle DataBound events for each control.
But if I wanted to place the code in a page handler, where would I put it?
Does Page_Load() event is raised after or before control data binding takes
place?
Thanks,
Bogdan
DropDownList). I could probably handle DataBound events for each control.
But if I wanted to place the code in a page handler, where would I put it?
Does Page_Load() event is raised after or before control data binding takes
place?
Thanks,
Bogdan