»User: »Password:   Remember Me? 
Posted:  26 May 2006 04:23
I have a problem in inserting a value to the variable in the database. I couldn't put value that was inserted in the textbox and then store immediately in the database.

The code is:
insert into tablename values (txtbox.text)

This code doesn't work.