| Dart Home | PowerWEB File Upload for ASP.NET | Custom Development | Reply | PowerWEB File Upload for ASP.NET Topics | Forums |
| Author | Forum: PowerWEB File Upload for ASP.NET Topic: Multiple Progress Panels |
| SgtSnafu From: London, LA United Kingdom Posts: 5 Member Since: 07/15/08 |
posted January 7, 2009 5:55 PM Hi, I've run into a slight architectual problem. I have a page using multiview with an upload manager several fileupload controls and a progress panel - all working well for many months. For various reasons I have now moved some upload functionality into a web user control which is used in a new view on the same page and contains its own upload manager, fileupload and progress panel. When that web user control is rendered I want to disable the "parent" upload manager and progress panel. Anyone now how I can do that. (setting visible and enabled to false don't help) |
John Talarico![]() From: Rome, NY USA Posts: 630 Member Since: 06/01/05 |
posted January 9, 2009 7:58 AM As you have seen, the product was designed so that only one UploadManager is on any one page, and it controls page-level upload settings. So we suggest that you do not place the UploadManager in a user control that will be reused, and instead place the UploadManager at the page level ensuring that it gets rendered only once. If you want to alter the UploadManager settings based on the view or other application state, this can be done in the Page_Load event. |
| Reply | PowerWEB File Upload for ASP.NET Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|