Hello all,
I want to know that how we can accept additional informaation during sign up? I've searched about it and found some solutions
but they implement a different table for that. But I want that extra values get inserted into the same table aspnet_Membership and those values be accessible through the properties.
e.g. If we add a new field FirstName at signup page, then in the coding at any page we must get Membership.GetUser().FirstName etc...
Please provide solution for this...
Thanks
...
Go to the complete details ...