Re: Add custom button

  •  03-07-2006, 11:08 AM

    Re: Add custom button

    Did you connect the button to a JavaScript function?
     

    ctrl.Attributes["onclick"] = "DoSomething(this)";

View Complete Thread