[求助]怎么用SQL语句写?
窗体上有一个textBox1,一个textBox2,一个label1(ID),一个label2(Name),一个button1(添加),一个button2(清除),一个datagrid.现在要实现按button1(添加)向datagrid添加新的ID,Name,可以用到this.sqlInsertCommand1.Parameters["@Id"].Value=textBox1.Text;
this.sqlInsertCommand1.Parameters["@Name"].Value=textBox2.Text;
如果用一个SQL语句代替上面两句,应该怎么写呢?(即用insert语句)

<iframe name="alimamaifrm" frameborder="0" marginheight="0" marginwidth="0" border="0" scrolling="no" width="300" height="170" src="/go/app/tbk_app/chongzhi_300_170.php?pid=mm_28854300_2441872_11377541&page=chongzhi_300_170.php&size_w=300&size_h=170&stru_phone=1&stru_game=1&stru_travel=1" ></iframe>