SqlCommand cmd = new SqlCommand("Update dbo.guestInfo set Reply = '"+ this.txtContent.Text+"' where ID = "+ ID.ToString() +"", conn); 
ID是什么类型的?