|
Rank: Member Groups: Member
Joined: 10/17/2008 Posts: 20
|
Hi
I want one label with the Delete Button which should be disabled and will be Enabled when the Delete Button get enabled. (Delete Selected File(s) Button which gets enabled when user click on Upload button) How can I do this, do you have any idea?
I have added the label before delete button but it is always visible, what to do if I want it disable and get enabled with that delete button.
following is the code where I have added the label <eo:AJAXUploader ID="AJAXUploader1" runat="server" Width="600px" TempFileLocation="C:\Test\Test2\" Rows="3" MaxDataSize="100000" AllowedExtension=".tif|.pdf|.doc|.jpeg|.jpg" OnFileUploaded="AJAXUploader_FileUploaded" > <LayoutTemplate> <table border="0" cellpadding="2" cellspacing="0" width="600px" class="normalBlack"> <tr> <td> <asp:PlaceHolder ID="InputPlaceHolder" runat="server">Input Box Place Holder</asp:PlaceHolder> </td> </tr> <tr> <td align="right"> <asp:Button ID="UploadButton" runat="server" Text="Upload" /> </td> </tr> <tr> <td> <eo:ProgressBar ID="ProgressBar" runat="server" ControlSkinID="Windows_XP"> </eo:ProgressBar> </td> </tr> <tr> <td> <asp:PlaceHolder ID="ProgressTextPlaceHolder" runat="server">Progress Text Place Holder </asp:PlaceHolder> </td> </tr> <tr> <td align="right"> <asp:Button ID="CancelButton" runat="server" Text="Cancel" /> </td> </tr> <tr> <td> <div class="textWhite">Use the “Browse” buttons to select more files to upload.</div><br /> <asp:Button ID="btnUpload" runat="server" CssClass="text_xx-small" Height="23px" Width="72px" Text="Submit"></asp:Button><br /> <asp:label runat="server" ID="lblFileMsg" CssClass="textWhite">Remove unwanted file(s) prior to submission by checking the corresponding check box(es) next to the file name.</asp:label> <asp:PlaceHolder ID="PostedFilesPlaceHolder" runat="server">Posted Files Place Holder </asp:PlaceHolder> </td> </tr> <tr> <td align="right"> <asp:Button ID="DeleteButton" runat="server" Text="Delete Selected Files" /> </td> </tr> </table> </LayoutTemplate> </eo:AJAXUploader>
Thanks,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Please see this post for the answer to your question: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=2321Make sure that you have the latest version first. This feature didn't exist in early versions. Thanks!
|
|
Rank: Member Groups: Member
Joined: 10/17/2008 Posts: 20
|
I have a build 6.0.44.2, it is not working with this? which build i need for it? can I get it?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Please always check our download page for the latest versions.
|
|
Rank: Member Groups: Member
Joined: 10/17/2008 Posts: 20
|
Thanks for such a quick response. we will be buying it next week, is there any blackfriday deal for this components :) ? Just kidding..have a nice day
|
|