这是怎么回事啊,没有错啊!INSERT INTO 语句的语法错误。 
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. Exception Details: System.Data.OleDb.OleDbException: INSERT INTO 语句的语法错误。Source Error: 
Line 26:     olecommand.connection=oleconnection    
Line 27:     olecommand.commandtext="insert into user(username,passwd,sex,e_mail) values('"& username.text &"','"& passwd.text &"','"& strtemp &"','"& em.text &"')"
Line 28:     oledatareader=olecommand.Executereader(红色字)
Line 29: 
Line 30:     'response.redirect("list_article.aspx")