Rank: Newbie Groups: Member
Joined: 3/9/2012 Posts: 2
|
I have a user control where I set CallbackPanel and AJAXUploader set to AutoUpload="true" and AutoPostback="true" and I want to catch the event OnFileUploaded without postback that is why I am using CallbackPanel.
If I use Page.LoadControl in my code to load the user control dynamically. The OnFileUploaded is not fired after finishing auto upload.
If I just put the control on the page manually without using Page.LoadControl it works perfectly.
Can you help me make the event fire even when I use Page.LoadControl?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|