예제 #1
0
 protected void Window1_Close(object sender, FineUI.WindowCloseEventArgs e)
 {
     this.BindGrid();
 }
 /// <summary>
 /// 编辑窗口关闭
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 protected void WindowEdit_Close(object sender, FineUI.WindowCloseEventArgs e)
 {
     BindGrid();
 }
예제 #3
0
        /// <summary>
        /// 关闭子窗口事件
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        protected virtual void SelectWindows_Close(object sender, WindowCloseEventArgs e)
        {
            //读取新选择的职位名称
            txtPosition.Text = PositionBll.GetInstence().GetName(hidPositionId.Text);

            //绑定选择职位按键
            ButtonSelectPosition.OnClientClick = SelectWindows.GetSaveStateReference(hidPositionId.ClientID) + SelectWindows.GetShowReference("../Systems/Powers/PositionSelect.aspx?Id=" + hidPositionId.Text + "&" + MenuInfoBll.GetInstence().PageUrlEncryptStringNoKey(hidPositionId.Text));
        }
 protected void Window1_Close(object sender, WindowCloseEventArgs e)
 {
     BindUserGrid();
 }
예제 #5
0
 //关闭弹弹出框
 protected void Window1_Close(object sender, FineUI.WindowCloseEventArgs e)
 {
     BindData();
 }
 protected void Window2_Close(object sender, WindowCloseEventArgs e)
 {
     if (hf_MenuIcon.Text != @"~/icon/page.png/")
         imgMenuIcon.ImageUrl = hf_MenuIcon.Text;
 }
예제 #7
0
 protected void Window1_Close(object sender, WindowCloseEventArgs e)
 {
     LoadMater();
 }
예제 #8
0
 protected void Window_MakeEvaluateTable_Close(object sender, FineUI.WindowCloseEventArgs e)
 {
     bindEvaluatedToGrid();
 }
예제 #9
0
 /// <summary>
 /// 关闭子窗口事件
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 protected virtual void Window3_Close(object sender, WindowCloseEventArgs e)
 {
     LoadData();
 }
 protected void subwin_Close(object sender, WindowCloseEventArgs e)
 {
     permissions = permissionDao.Entities.ToList();
     GridBind();
 }
예제 #11
0
 /// <summary>
 /// 按条件删除违规记录窗口关闭
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 protected void WindowDelBySearch_Close(object sender, FineUI.WindowCloseEventArgs e)
 {
     BindGrid();
 }
예제 #12
0
파일: Data.aspx.cs 프로젝트: xy-IMAW/WHMS
 protected void windowPop_Close(object sender, FineUI.WindowCloseEventArgs e)
 {
     this.BindGrid3();
 }
예제 #13
0
 protected void Window_CheckEvaluator_Close(object sender, FineUI.WindowCloseEventArgs e)
 {
     bindEvaluatedToGrid();
 }
        protected void Btn_HAZA_Window_Close(object sender, FineUI.WindowCloseEventArgs e)
        {

        }
예제 #15
0
파일: Window.cs 프로젝트: proson/Fine-UI
 /// <summary>
 /// 触发窗体关闭事件
 /// </summary>
 /// <param name="e">事件参数</param>
 protected virtual void OnClose(WindowCloseEventArgs e)
 {
     EventHandler<WindowCloseEventArgs> handler = Events[_handlerKey] as EventHandler<WindowCloseEventArgs>;
     if (handler != null)
     {
         handler(this, e);
     }
 }
예제 #16
0
 protected void Window1_Close(object sender, WindowCloseEventArgs e)
 {
     databind();
     Alert.Show("操作成功");
 }
예제 #17
0
 protected void Window2_Close(object sender, WindowCloseEventArgs e)
 {
     if (hf_Ico.Text != "~/icon/")
         imgIcon.ImageUrl = hf_Ico.Text;
 }
예제 #18
0
 protected void Window1_Close(object sender, WindowCloseEventArgs e)
 {
     Grid1_databind();
     Alert.Show("操作成功!", "提示", Alert.DefaultMessageBoxIcon);
 }
 protected void subwin_Close(object sender, WindowCloseEventArgs e)
 {
 }
예제 #20
0
 protected void Window1_Close(object sender, FineUI.WindowCloseEventArgs e)
 {
     ProjBind(ddl_status.SelectedValue);
 }