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.
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.
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.
Any idea guys?
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
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?
is working on a reply...