Custom login control question

  • Thread starter Thread starter Hayden Kirk
  • Start date Start date
H

Hayden Kirk

Hi Guys,

I was just wondering if someone can point me in the right direction to find
information on how to store extra attributes in the sql database instead of
the app.config?

As of now, you create custom attributes and it gets quite messey if you add
alot of them, so I wish to make a seperete entry for each, can this be done?
 
Hayden,
What kind of "extra attributes"? If you are seeking to store user-related
data in an ASP.NET application ( since your post title says "Custom Login
Control", that would be a question for the ASP.NET group, not the C# language
group. In that case you would want to look into the Profile Provider.
Peter
 
Ah,

Thank you, you can delete this, I have posted in the wrong group.

Thanks,
Hayden
 

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