How to call a javascript function in a client side click? Hi all,
I want to call javascript function on click event of a button. For this i have added code like btn.Attributes.Add("onclick","javascript:myShow()" );
Now it is calling only javascript function and not executing server side click event of button. |