Exemple #1
0
        private void ShowFileManager()
        {
            lblError.Text = string.Empty;
            iconList      = SiteUtils.GetFileIconNames();

            //this is a workaround for a mono bug where progress bars get null reference 2009-12-30
#if MONO
            progressBar.AddTrigger(this.btnUpload);
#endif

            if (!Page.IsPostBack)
            {
                UIHelper.AddConfirmationDialog(btnDelete, Resource.FileManagerDeleteConfirm);
                BindData();
            }
        }