hi,
im using a createuserwizard1, then after i click the 'Create User button', im sending an email to verify if their emailaddress is valid.
now my message will be something like
"click this link http://somethingsomething.... to verify your account, thank you"
then if the user click the link, it will automatically sigin the user to the 'personal page' and also 1 of the fields in my table 'IsAccountActive' will be updated to 1..
how can i do that? and also which event will i execute the update part, is it in the page_load event (if user.Identity.IsAuthenticated = true) ?
btw, i customized the createuserwizard1 fields and add a new table in my database 'UserProfile' where in it gets and stores the UserId,name,contactnos,etc.. and IsAccountActive.
...
Go to the complete details ...