C 
		
								
				
				
			
		Confach
I have defined SelectedIndexChanged event of ComboBox in a form.
I open this form ,and it will fire Form_Load event, which binds the
data t o comboBox.In this time,it also fire SelectedIndexChanged
events.
My question: How to avoid calling SelectedIndexChanged event when
Form Load event is fired?
				
			I open this form ,and it will fire Form_Load event, which binds the
data t o comboBox.In this time,it also fire SelectedIndexChanged
events.
My question: How to avoid calling SelectedIndexChanged event when
Form Load event is fired?