Re: Hover/Action CSS for AjaxUploader InsertButton

  •  11-06-2012, 6:13 AM

    Re: Hover/Action CSS for AjaxUploader InsertButton

    Hi AGregory,

     

    Please try the example below, does it work for you?

     

    1. <%@ Page Language="C#" Title="Customize the queue UI" %>  
    2.   
    3. <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7. </head>  
    8. <body>  
    9.     <form id="Form1" runat="server">  
    10.     <div>  
    11.         <CuteWebUI:UploadAttachments runat="server" ID="uploader1" InsertButtonID="UploadButton">  
    12.         </CuteWebUI:UploadAttachments>  
    13.         <asp:Button Height="24" IDMode="Static" ID="UploadButton" runat="server" Text="Upload"  
    14.             IconCls="diskUploadIcon uploadButtonIconAlignment" Style="cursor: pointer" />  
    15.     </div>  
    16.     </form>  
    17. </body>  
    18. </html>  
     

    Regards,

     

    Ken 

View Complete Thread