Tagged Questions
1
vote
1answer
647 views
asp.net Profile Provider Search on specific property
I am using the SqlProfileProvider class in one of my projects and I would like to be able to search for profiles on an arbitrary profile property (e.g. Birthday).
The only search method that I have ...