da.SelectCommand.CommandText = "select * from Tbl_Mrozaneh where rozanehID=" + idrozaneh.ToString();
da.Fill(ds, "d1");
txt_code.Text = ds.Tables["d1"].Rows[0]["PersonID"].ToString();
comboBox1.SelectedValue= ds.Tables["d1"].Rows[0]["morkhasiID"].ToString();
txt_Date1.Text = ds.Tables["d1"].Rows[0]["StartDate"].ToString();
txt_Date2.Text = ds.Tables["d1"].Rows[0]["EndDate"].ToString();
txt_Day.Text = ds.Tables["d1"].Rows[0]["SumDay"].ToString();
checkBox1.Checked = ds.Tables["d1"].Rows[0]["movafeghat"].ToString();
برچسب:
نویسنده: خنج