Hi I use this to save data in ASP.net..

rd.Close()
cm.CommandText = "INSERT INTO gbook VALUES('" & TextBox1.Text & "','" & TextBox2.Text & "','" & TextBox3.Text & "','" & TextBox4.Text & "')"
rd = cm.ExecuteReader

But I encounter bugs.. kindly help me if what is the right syntax??