Silverlight - add paramter

Last post 02-06-2014, 4:33 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  01-30-2014, 3:55 PM 79872

    Silverlight - add paramter

    Is there any way for me to add a param of background=transparent to the silverlight that gets genereated? 

     

    Background: Apparently, it is causing an issue in internet explorer where the button flashes when i have a jqueryui dialog open.

     

    Thanks,

    Colin

  •  02-06-2014, 4:33 AM 79900 in reply to 79872

    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 as RSS news feed in XML