I’ve used the createUserWizar d to allow users and I’m using the various other login controls around my site. The information goes to the default sql database aspnet.mdf and to the tables aspnet_Membersh ip and aspnet_Users. I was wondering is there was a control or a easy way to unregister? I was thinking if there isn’t a control I could grap the username like this…
Code:
UserName = Page.User.Identity.Name.ToString()
Leave a comment: