Re: Silverlight - add paramter

  •  02-06-2014, 4:33 AM

    Re: Silverlight - add paramter

     Hi colinbashbash2,

     

    Are you using the ajaxuploader control? If yes, you can use property "InsertButtonID" and set it to another button, then this button will use as the uploader control, you can change the style of this button directly.

     

      <CuteWebUI:UploadAttachments ID="uploader1" runat="server" InsertButtonID="btnUploader"></CuteWebUI:UploadAttachments>

            <asp:Button ID="btnUploader" runat="server" Text="myuploader" /> 

     

    Regards,

     

    Ken 

View Complete Thread