日期:2014-05-17 浏览次数:21296 次
string FindMonth = "select PathMonth from hzPath where 检查编号='" + txtID.Text + "'";
object readMonth = MySqlHelper.ExecuteScalar(MySqlHelper.Conn, CommandType.Text, FindMonth, null);
comboMonth.Items.Add(readMonth.ToString());