62,243
社区成员




DataSet ds = SchoolInfoSystem.GetSchoolInfoById(Id);
DataTable table = ds.Tables[0];
this.Label5.Text = table.Rows[0]["LoginName"].ToString();
this.Label6.Text = table.Rows[0]["SchoolName"].ToString();
this.Label7.Text = table.Rows[0]["nLogin_Times"].ToString();
this.Label8.Text = table.Rows[0]["nLastTime"].ToString();