Hi team,
I have some problems using one RadUpload inside one UserControl loaded in one ajaxpanel MultipageView. I use the Wizard sample found in demo to load one UC. This uc use one RadUpload, but is not working this this configuration, not downloading files. If I use RadUpload directly inside the page is fine. Exist some registering problem to use RadUpload from one loaded UC.
loading as
regards, Romi
I have some problems using one RadUpload inside one UserControl loaded in one ajaxpanel MultipageView. I use the Wizard sample found in demo to load one UC. This uc use one RadUpload, but is not working this this configuration, not downloading files. If I use RadUpload directly inside the page is fine. Exist some registering problem to use RadUpload from one loaded UC.
loading as
| protected void RadMultiPage1_PageViewCreated(object sender, RadMultiPageEventArgs e) |
| { |
| Control pageViewContents = LoadControl(e.PageView.ID + "CS.ascx"); |
| pageViewContents.ID = e.PageView.ID + "userControl"; |
| e.PageView.Controls.Add(pageViewContents); |
| } |
regards, Romi