dt.Rows.Add(textbox1.Text, textbox2.Text);
SqlCommand command = new SqlCommand(); if (dt.Rows.Count > 0) { for (int i = 0; i < dt.Rows.Count; i++)
Leave a comment: