I am new in asp.net memebership. I am facing a problem. There is a table in db named profile in which a column named PropertyValueStrings have a value. I want to get user from Memberships table by using PropertyValueStrings. Like
select * from Memberships where UserId = (select UserId from Profiles where PropertyValueStrings=12 )
Is it possible in c#?