FineUI 官方论坛

标题: Appbox4.0新增用户时,代码不完善 [打印本页]

作者: 天蝎    时间: 2014-3-8 14:45
标题: Appbox4.0新增用户时,代码不完善
Appbox4.0新增用户时,添加部门一行都不选择,直接选择并保存,报错
修改代码
protected void btnSaveClose_Click(object sender, EventArgs e)
        {
            int selectedRowIndex = Grid1.SelectedRowIndex;
            if (selectedRowIndex!=-1)
            {
                string deptID = Grid1.DataKeys[selectedRowIndex][0].ToString();
                string deptName = Grid1.DataKeys[selectedRowIndex][1].ToString();

                PageContext.RegisterStartupScript(ActiveWindow.GetWriteBackValueReference(deptID, deptName)
                     + ActiveWindow.GetHideReference());
            }
            else
            {
                Alert.Show("至少选择一行");
            }

        }






欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/) Powered by Discuz! X3.4