Search user in Asp.Net 2.0 profile

S

shapper

Hello,

Does anyone knows how to search a user and get its profile from his
name?

My profile properties are: name, birthdate, username, password and cv.

Thanks,

Miguel
 
G

Greg9Strat

In VB.NET you would do something like the following:

Dim mu As MembershipUser

mu = Membership.GetUser(Page.User.Identity.Name)

Now you have the ability to access the user's profile properties
through the mu object...

Hope this helps!
Greg
 
G

Guest

I've got an offline job that I want to run outside of ASP.NET, but I need to
get/set properties from my users' profiles. How can I do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,192
Latest member
KalaReid2

Latest Threads

Top