how can i set the active folder if i post back from a different page to the filemanager
i dont want to change the root dir but the last opened folder in izwebfilemanager should be selected not the root
i ve found the solution
FileManager1.Directory = "[0]/temp";
thanks