ApplicationId in aspnetusers in aspnetdb.mdf :))

Last post 06-04-2008 6:30 PM by johram. 1 replies.

Sort Posts:

  • ApplicationId in aspnetusers in aspnetdb.mdf :))

    06-04-2008, 12:48 PM
    • Member
      525 point Member
    • oguzkaygun
    • Member since 04-27-2008, 12:44 PM
    • Posts 1,261

    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

    Mark as me if my question or my answer can be helpful for you :)
  • Re: ApplicationId in aspnetusers in aspnetdb.mdf :))

    06-04-2008, 6:30 PM
    Answer
    • All-Star
      28,218 point All-Star
    • johram
    • Member since 06-13-2006, 6:36 AM
    • Sweden
    • Posts 3,543
    • Moderator

    To get the ApplicationId, it seems you have to search the aspnet database:

    http://forums.asp.net/p/1164566/1937900.aspx

    If this post was useful to you, please mark it as answer. Thank you!
Page 1 of 1 (2 items)