Copied to clipboard

Flag this post as spam?

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


  • ds 191 posts 223 karma points
    Aug 10, 2011 @ 09:15
    ds
    0

    How to access Member property?

    I created some member properties and successfully saved it into member as member is created during registration process.

    On another page of my website, I want to add some textbox and dropdownlist for member search. Dropdown is filled with provinces which member belongs to. After selecting a province or writing a company name into textbox, based on search criteria those members should be displayed.

    In umbraco what is the best way to do it? Code-behind, xslt or another approach.

    Would be greateful if you could provide some examples.

     

  • ds 191 posts 223 karma points
    Aug 11, 2011 @ 08:44
    ds
    0

    Any idea guys?

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Aug 11, 2011 @ 09:02
    Dirk De Grave
    0

    ds,

    Have you considered using Examine for this, as members get indexed using Examine in umbraco out of the box. Find some resources on using Examine in umbraco (it's quite similar as to using Examine search for content/media) and you should be up and running in minutes

    If you don't want to use umbraco, consider using the member api (or even better, the membership provider api) to search and fetch all members based on specified criteria.

     

    Hope this helps.

    Regards,

    /Dirk

  • ds 191 posts 223 karma points
    Aug 11, 2011 @ 09:08
    ds
    0

    Hi Dirk,

    I use already examine on my search page and works quite well. I am going to search it but do you know any example explaning how to do it?

Please Sign in or register to post replies

Write your reply to:

Draft