Rank: Advanced Member Groups: Member
Joined: 3/18/2008 Posts: 41
|
Hello.
I want the PostBack of the AjaxUploader to happen inside a CallbackPanel, so not the whole aspx page postbacks, but only the area within the CallbackPanel.
I also want to set the AjaxUploaders property AutoUpload=true. How can I combine this with a CallbackPanel when the CallbackPanel requires a Trigger control?
Regards, HT
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Just add a Trigger with its ControlID as the uploader's ID.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, In addition to set the trigger, you may also want to consider setting AutoPostBack to true --- it is not a must but they are often used together. Another thread, which is also originated by you, explained the relation between upload and postback for the uploader: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=1233Thanks
|