Hi,
I want to replace the upload multiple files button with a new button which suits the paging style of my website.
<CuteWebUI:UploadAttachments runat="server" InsertButtonStyle-BackColor="#0086BE" TableStyle-GridLines="Both" InsertButtonStyle-CssClass="uplCSS" RemoveButtonText="Delete" TableStyle-BorderWidth="1" InsertButtonStyle-Font-Bold="true" InsertButtonStyle-Width="200" InsertButtonStyle-Height="30" InsertText="Add Multiple Photos" InsertButtonStyle-ForeColor="White" ID="TopicFiles">
<ValidateOption AllowedFileExtensions="jpeg,jpg,gif" MaxSizeKB="10240" />
</CuteWebUI:UploadAttachments>
What should i do so that i can replace the button of my desire. Please help me
Thanks,
Jagan Raghuraman.