Title explains it all really, which event fires first in the page life cycle and why?
feedback
|
|
Look at this image: http://i.msdn.microsoft.com/dynimg/IC386473.png The third column in the image shows the Control Changed events (in yellow bubble) fire before the DataBinding events. The Selecting event is a databinding event, so it gets fire after the button click. | |||
|
feedback
|