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

How to update control after DeleteFile

1 Answer 43 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Brecht
Top achievements
Rank 1
Brecht asked on 03 Jun 2010, 11:54 AM
Hi all,

I'm using the RadFileExplorer with a custom ContentProviderTypeName. In the DeleteFile method, I write my own code. After the DeleteFile method is executed, I want to update another control in my page (f.e. a label). In the DeleteFile method I work with session variables that stores some information. In the LoadComplete event of my page I use these session variables to update the label control. But the label is never updated when a file is deleted. How can I solve this issue?

Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Brecht
Top achievements
Rank 1
answered on 03 Jun 2010, 01:42 PM
I found the solution by myself.

You can force an update of controls by using the RadAjaxManagerProxy control of Telerik!
Tags
FileExplorer
Asked by
Brecht
Top achievements
Rank 1
Answers by
Brecht
Top achievements
Rank 1
Share this question
or