开发者

If I have a button click event and an ObjectDataSource selecting event, which fires first and why?

开发者 https://www.devze.com 2023-01-22 18:04 出处:网络
Titl开发者_JAVA百科e explains it all really, which event fires first in the page life cycle and why?Look at this image: http://i.msdn.microsoft.com/dynimg/IC386473.png

Titl开发者_JAVA百科e explains it all really, which event fires first in the page life cycle and why?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号