Membership Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was wondering if it is possible to add a custom fields to the membership
feature. Like gathering address, phone etc. Is there a way to get this
information an store it in the same data tables as the other info, or do I
need to creat my own fields and tabel to keep this info. Please help, thanks
in advance.
 
I played with that right after I wrote this. Thats exacly what i needed.
Thanks.
 
Study and observe the way the data is stored in the table closely. Think
about queries on that data. You may determine its a piss-poor implementation
that requires your own tables and relations doing CRUD with ADO.NET the good
ol' fashioned way.
 

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

Back
Top