Connecting Tech Pros Worldwide Help | Site Map

Custom login control question

Hayden Kirk
Guest
 
Posts: n/a
#1: Jan 28 '07
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?


=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
 
Posts: n/a
#2: Jan 28 '07

re: Custom login control question


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

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net




"Hayden Kirk" wrote:
Quote:
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 Kirk
Guest
 
Posts: n/a
#3: Jan 28 '07

re: Custom login control question


Ah,

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

Thanks,
Hayden

"Peter Bromberg [C# MVP]" <pbromberg@yahoo.yabbadabbadoo.comwrote in
message news:1DC5A496-438F-478C-BC6D-BB6A132B19A6@microsoft.com...
Quote:
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
>
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net
>
>
>
>
"Hayden Kirk" wrote:
>
Quote:
>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?
>>
>>
>>

Closed Thread