Page has RadScriptManager and a RadWindowManager for separate functionality. I have added a div to get a jQuery fade-in effect (http://yensdesign.com/2008/09/how-to-create-a-stunning-and-smooth-popup-using-jquery/). Inside div is a user control MyUploader (http://www.c-sharpcorner.com/UploadFile/munnamax/bulkuploader03272007031417AM/bulkuploader.aspx) with ListBox for adding files and buttons for adding, removing and uploading (POST'ing) to UploadPost.aspx. When clicking buttons, the fade-in disappears--I want it to remain on screen when adding and removing. The "Add" and "Remove" asp:Button's have OnClick handlers in the code-behind. MyUploader control is surrounded by <form id="frmUpload action="UploadPost.aspx">...</form>
However, clicking the upload asp:Button behaves exactly as above. No post and the fade-in disappears. The ListBox manages to hang on to any files added, but the fade-in initially disappears. I don't think asp:UpdatePanel's are allowed with RadScriptManager, but is there some kind of UpdatePanel-equivalent to add around the MyUploader to make it async? What am I missing?
Thanks in advance!
However, clicking the upload asp:Button behaves exactly as above. No post and the fade-in disappears. The ListBox manages to hang on to any files added, but the fade-in initially disappears. I don't think asp:UpdatePanel's are allowed with RadScriptManager, but is there some kind of UpdatePanel-equivalent to add around the MyUploader to make it async? What am I missing?
Thanks in advance!