Hi Holt,
Please try the example below.
- <%@ Page Language="C#" %>
-
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
- <script runat="server">
-
- protected void attachment1_FileUploaded(object sender, UploaderEventArgs args)
- {
- lb_Message.Text = "Upload event fire";
- }
- </script>
-
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <title>Untitled Page</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <CuteWebUI:UploadAttachments ID="attachment1" runat="server" OnFileUploaded="attachment1_FileUploaded">
- </CuteWebUI:UploadAttachments>
- <asp:Label ID="lb_Message" runat="server"></asp:Label>
- </form>
- </body>
- </html>
I think you are testing the asp.net version. If you have move questions, you can contact me directly(Kenneth@CuteSoft.net) or post your question on the asp.net version forum http://cutesoft.net/forums/48/ShowForum.aspx
Keep me posted.
Regards,
ken