custom button event

  •  11-15-2006, 9:48 AM

    custom button event

    How can i call a c# event(function)  for custom button added to toolbar?
     
    I am able to call javascript function with this line:
    ctr4.Attributes["onclick"]="ShowMyDialog(this)";
View Complete Thread