Rank: Newbie Groups: Member
Joined: 5/28/2010 Posts: 1
|
Hi all,
I am Prabhat. I am using progress bar to upload a large amount of data on server from local. I am unable to fire CallbackPanel1_Execute event. I put my code within CallbackPanel1_Execute but it is not execute after or before ProgressBar1_RunTask. I debug many time my code but till now we are unable to find the solution. Please help me, Its very urgent.
Thanks in advance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You can not use ProgressBar to trigger any server event except for RunTask. That event is a very special event. In order to trigger server event you will need to use the AJAXUploader control. Please see here for more information: http://doc.essentialobjects.com/library/1/ajaxuploader/overview.aspxThanks
|