G
Guest
Hi,
I have a server side asp.net button on a web page.
On clicking the button I want to call some Javascript.
Can I not simply do a onclick="MyJavascript();" or is it necessary that I add the onclick as an attribute in my codebehind?
Thanks,
C.
I have a server side asp.net button on a web page.
On clicking the button I want to call some Javascript.
Can I not simply do a onclick="MyJavascript();" or is it necessary that I add the onclick as an attribute in my codebehind?
Thanks,
C.