i have a table registration
column
userid
username
lastname
mobile
emailid
from a form through txtboxes i need to update this
how can i write coding of it
i writting this c0de is this ok?????????????????
"update registration set username='" + txtuserNameEdit.Text + "',lastname='" + txtLastName.Text + "',Mobile=" + txtMobile.Text + ",emailID='" + txtEmailID.Text + "' where ", sqlcon)