I have a Listbox binded to as DataSet.
Also I have sub to hadle SelectedIndexCh anged event.
The problem is that every time the dataset is filled the
SelectedIndexCh anged is fired.
How can I prevent this?
Also I have sub to hadle SelectedIndexCh anged event.
The problem is that every time the dataset is filled the
SelectedIndexCh anged is fired.
How can I prevent this?
Comment