hello friends
how can i display applicationId to textbox2.text ?
Dim yourUser As MembershipUser = Membership.GetUser(CreateUserWizard1.UserName.ToString(), True)
Dim userGuid As System.Guid = DirectCast(yourUser.ProviderUserKey, Guid)
so userGuid = userId
textbox1.text = userguid.tostring :)
how can i do this ? tetbox2.text = applicationId
cheers