Hi,
I have a form with several RadUpload controls. Also I have several buttons on the form. Some of the buttons are added to RadAjaxManager to get the ajax behaviour.
When I click on one of those button (included in RadAjaxManager), RadProgressManager continously requets data and gets "var rawProgressData = {InProgress:false,ProgressCounters:false};" message from server. But when I click on a file upload button (not included in RadAjaxManager), this behaviour is not appearing.
I have used Fiddler to identify this behaviour. Due to this, CPU is utilized and memory grows slowly with time.
I have checked all known solutions to me. But, it's simply not solved.
Do you have any idea about this?