private void btnAdd_click(object sender, EventArgs e) { string award = ""; award = drbId_award.Text; string name = ""; name = textBox1.Text; string qty = ""; qty = textBox2.Text; detailDal.AddDetail(name, award, qty); }