Re: Cancel All Button

  •  06-25-2010, 8:23 AM

    Re: Cancel All Button

    I'm sorry what I meant was is there a way to use my own button for the "Cancel All" Like the Cancel button
    1.   

     

    1. <form id="form1" method="POST">   
    2.             <%
    3.                 Dim uploader   
    4.                 Set uploader=new AspUploader   
    5.                 uploader.Name="myuploader"
    6.                 uploader.CancelButtonID="uploadercancelbutton"
    7.                 uploader.Render()  
    8.             ?>                  
    9.             <img id="uploadercancelbutton" style='display:none;' alt="Cancel" src="sampleimages/cancel_button.gif" />   
    10.         </form>

     

View Complete Thread