This is a migrated thread and some comments may be shown as answers.

Assigning ProgressArea to one particular control

1 Answer 38 Views
ProgressArea
This is a migrated thread and some comments may be shown as answers.
Kunal Bagga
Top achievements
Rank 1
Kunal Bagga asked on 22 Nov 2013, 07:49 AM
Hi Team, 
We are using RadAsyncUpload in one of our page. For that we use ProgressArea also. My problem is, I am using other FileUpload(Normal aspx control) in my page. If I am uploading some stuff's through that control(by aspx FileUpload) progress area shows for that also. Can you suggest me a solution so that Progress area is displayed only when I upload through async Upload. 

I have tried the through the javascript
 function OnClientFileUploading2(sender, args) {
                var pa2 = $find("RadProgressArea2");
                pa2.set_visible(true);
}

Since I use many FileUpload controls , I don't want all the FileUpload's to set that as invisible. 

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 26 Nov 2013, 03:53 PM
Hi Kunai,

Do you have a RadProgressManager on the page? Try to remove it. This should disable RadProgressArea support for the standard asp.net upload control.

Regards,
Hristo Valyavicharski
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ProgressArea
Asked by
Kunal Bagga
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or