View Single Post
  #1 (permalink)  
Old 10-10-2007, 04:28 AM
leoraja8 leoraja8 is offline
D-Web Sr.Programmer
 
Join Date: May 2007
Posts: 194
leoraja8 is on a distinguished road
Question 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.
Reply With Quote
Sponsored Links