Hi guys,
I am trying to do some logic when a new value is selected from the combobox.
I hooked up a callback function to the OnClientSelectedIndexChanged event. When I select a new element the event fires and when I click anywhere else ( the Combobox will lose focus) the event will fire again.
How can I overcome this?
I am trying to do some logic when a new value is selected from the combobox.
I hooked up a callback function to the OnClientSelectedIndexChanged event. When I select a new element the event fires and when I click anywhere else ( the Combobox will lose focus) the event will fire again.
How can I overcome this?