Re: Compilation error when trying to overload click event

  •  10-03-2012, 8:54 PM

    Re: Compilation error when trying to overload click event

    Dear trbox,

     

    the correct delegate event is the snippet code below. 

    1.  void disableSubmitBtn(object sender, AttachmentItemEventArgs args)  
    2.  {  
    3.      if (ajaxBinaryAttach.Items.Count == 0)  
    4.      {  
    5.          btnMultipleAttachment.Enabled = true;  
    6.      }     
    7.  }  

     

    Regards,

    Jeff 

View Complete Thread