Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tony Kiernan 278 posts 341 karma points
    Oct 17, 2011 @ 13:55
    Tony Kiernan
    0

    Display Member Id in back end

    If I add label to a member defintion, how would I get this to show the umbraco memberId?

  • Tony Kiernan 278 posts 341 karma points
    Oct 17, 2011 @ 13:58
    Tony Kiernan
    0

    Yes,m I knowe it's already on the properties tab

  • Bo Damgaard Mortensen 712 posts 1189 karma points
    Oct 17, 2011 @ 19:25
    Bo Damgaard Mortensen
    1

    Hi Tony,

    Sounds like you want to create a custom datatype using the usercontrolwrapper. In your usercontrol, simply place a label on the ascx file and grab the member id from the querystring like you normally would in C#/ASP.NET:

    HttpContext.Current.Request.QueryString["id"];

    Then set the labels text property to the querystring and there you go :-)

    All the best,

    Bo

  • Kenny Burns 173 posts 304 karma points
    May 10, 2012 @ 10:57
    Kenny Burns
    0

    Bo -

    I was looking for exactly the thing you have described above! Thanking you :)

    Kenny

  • Bo Damgaard Mortensen 712 posts 1189 karma points
    May 10, 2012 @ 16:37
    Bo Damgaard Mortensen
    0

    Thank you Kenny, appreciated!

    Glad to see this "old" post is still of help :-)

    All the best,

    Bo

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies