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 719 posts 1207 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 305 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 719 posts 1207 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

Please Sign in or register to post replies

Write your reply to:

Draft