Hi,
If I want to prevent event bubbling in a combo box client event how can i do it ?
with Internet Explorer's windows.event i can access the last event that took place. and stop it from bubbling but with firefox it is not possible. is there a way to access the event from sender or eventArgs, or what is the best approach to solve this issue.
function OnClientSelectedIndexChanged(sender, eventArgs)
{
}
Thanks in advance
Nad
If I want to prevent event bubbling in a combo box client event how can i do it ?
with Internet Explorer's windows.event i can access the last event that took place. and stop it from bubbling but with firefox it is not possible. is there a way to access the event from sender or eventArgs, or what is the best approach to solve this issue.
function OnClientSelectedIndexChanged(sender, eventArgs)
{
}
Thanks in advance
Nad