Server Error in '/projectsabu' Application.
--------------------------------------------------------------------------------
Syntax error (missing operator) in query expression ''1111_ MemMail= '[email protected]'MemTel = '029503241'MemFirstName = 'ธิติ'MemLastName = 'พงษ์บรรดาศักดิ์'MemAddress = '49/13''.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Line 66: txtname.Text & "'MemLastName = '" & txtlname.Text & "'MemAddress = '" & _
Line 67: txtaddress.Text & "' ", myconn)
Line 68: mycommand.ExecuteNonQuery()
Line 69: myconn.Close()
Line 70: End Sub