views:

36

answers:

2

I want to pass an asp.net membership user name to a subroutine and retrieve the profile property named FullName for that user, how can i achive this in vb.net?

Thanks in advance.

A: 

you need to extend the ASP.NET Membership API for this.

follow this article to see how: http://www.code-magazine.com/article.aspx?quickid=0703071

Filip Cornelissen