I just want to add some client side (JQuery Javascript) validation in a web user control. I put an OnClientClick handler and the function gets called. BUT, even if I return
Do you have a click event handler (registered via jquery) which returns true? In that case, the return value of OnClientClick is ignored.
true
OnClientClick
Have a look at my question (and answer): Why doesn't returning false from OnClientClick cancel the postback