Re: Cannot Theme Ajax uploader controls

  •  10-05-2009, 10:40 AM

    Re: Cannot Theme Ajax uploader controls

    Hi,
     
    Because the uploader is compile in VS2003 , so it can't marked as [Themeable(true)] .
     
    You can create your own control library :
     
    [Themeable(true)]
    public class MyUploader : CuteWebUI.Uploader
    {
    }
     
    And then user MyUploader on pages, and theme it.
     
    Regards,
    Terry
     
View Complete Thread