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.
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.
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