There are a few ways to do this. First, you could create your own provider and then extend the MembershipUser class and add new properties.
For more info:
http://fredrik.nsquared2.com/viewpost.aspx?PostID=322
However, I find this not intuitive to work with. Instances of MembershipUser returned from the Membership API are returned as MembershipUser, not your custom type, so you always need to remember to cast the return value into your own type.
IMO, it's much easier to use Profile for this. For more info:
http://weblogs.asp.net/scottgu/archi...18/427754.aspx
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
Beginning ASP.NET 3.5 : in C# and VB,
ASP.NET 2.0 Instant Results and
Dreamweaver MX 2004
Want to be my colleague? Then check out this post.