When CreateUserWizard automaticaly login on?

J

Jerry Qu

Hi All,

when using CreateUserWizard control to register user, it automatically login the user on after done. I want add some action just after the user is login and need the user id, but I can not find where to add the code.

Please instruct...

TIA

Jerry
 
J

Jeff

The CreatedUser event occurs just after a user has been created. You
can use that to perform any action you need to.

ex:
Protected Sub CreateUserWizard1_CreatedUser(ByVal sender As Object,
ByVal e As System.EventArgs) Handles CreateUserWizard1.CreatedUser
'do something
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top