If I have a ComboBox that has a SelectionChanged event, it fires when I'm loading the control.
So at page load I set the SelectedValue and the SelectionChanged event fires which is not what I want to happen.
What is the accepted apporach to stopping this?