Line 103: foreach (DataRow dr in ds.Tables[0].Rows) Line 104: { Line 105: TextBox2.Text = dr["numbr"].ToString(); Line 106: } Line 107: }