Hi,
I have an additional "copy selected
files" functionality enabled under
asp.net button which causes postback and and after that control shows files
with default rootfolder at the top.
I'd like to show last state of the control though.
What's the way to do it?
Thank You
Sergioza
12/9/2008 8:24 AM
Hi,
The control always makes AJAX calls to the server internally and it never needs to reload so it does not store last state for postbacks. Maybe you should also make an AJAX call with your custom button.
Cem Alacayir
12/12/2008 5:57 AM