I have a user control that has textboxes, validator controls and a submit button.
I also have a bit of javascript(jquery) that looks for clicks and does a bit of extended validation.
I noticed that the click event was being called twice. After double checking my jquery selectors, I tested the usercontrol with and without the modal wrapper.
When the modalextender is used, I'm getting 2 events, without it's just the 1. I'm unsure as to whether this is an issue, or simply by design.
I can stop it happening using stop.propagation, but it would be good to know if I am doing anything wrong or not.
Any advice appreciated.