Hi,
I came up with this code
which cancels post back if index is 0. Why 0? Because if I click outside of combo returned selected index is 0.
But this function doesn't work, because default value (when combo is loaded) of index is also 0 so now postback never happen?!?
How can I determine If click was made outside combo box?
regards