K
Kun
Dear all,
Can we avoid listBox1_SelectedIndexChanged from fire?
My problem is during form load I fill listbox with employee name.
In listBox1_SelectedIndexChanged event detail information of the employee
will fill in bind to other textbox.
I think when form load the listBox1_SelectedIndexChanged event might fired
automatically, am I right?
If so how can I avoid it from fire auto when form loading.
Regards,
Kun
Can we avoid listBox1_SelectedIndexChanged from fire?
My problem is during form load I fill listbox with employee name.
In listBox1_SelectedIndexChanged event detail information of the employee
will fill in bind to other textbox.
I think when form load the listBox1_SelectedIndexChanged event might fired
automatically, am I right?
If so how can I avoid it from fire auto when form loading.
Regards,
Kun