Hi,
First of all thanks. the Insert command is working. but if i want to insert at run time, how can i give the coding?
But the delete command is not working.
[ Dim sSql as String = " Delete From tablename where name = ' " & Textbox1.Text & " ' " ]
[ Com = New SqlCommand(sSql,Con) ]
[ Com.ExecuteNonQuery() ]
[ Response.Write(" One Record Deleted ") ]
Can you tell me any other coding?