unexpected symbol near 是不是在附近有错误
I really hope this makes sense.
In any event, in the LoggedIn event handler there's no need to check if the user is authenticated
- you already know they are! The LoggedIn event wouldn't fire
otherwise. Also, you won't be able to get the username from
User.Identity.Name. Instead, use LoginControlID.Username.
Happy Programming!