ASPxLabel11.Text = Convert.ToString(ASPxGridView1.GetRowValues(ASPxGridView1.FocusedRowIndex, "EmployeeID"));//EmployeeID为表中的主;ASPxLable11 为页面中一ASPxLabel控件。
在这里保存下,以后用得到。
ASPxLabel11.Text = Convert.ToString(ASPxGridView1.GetRowValues(ASPxGridView1.FocusedRowIndex, "EmployeeID"));//EmployeeID为表中的主;ASPxLable11 为页面中一ASPxLabel控件。
在这里保存下,以后用得到。