Connecting Tech Pros Worldwide Help | Site Map

Custom login control question

  #1  
Old January 28th, 2007, 07:45 PM
Hayden Kirk
Guest
 
Posts: n/a
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?


  #2  
Old January 28th, 2007, 08:45 PM
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
 
Posts: n/a

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?
>
>
>
  #3  
Old January 28th, 2007, 09:05 PM
Hayden Kirk
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
winapp: newbie question to visual studio installed templates nev answers 0 January 9th, 2008 02:57 AM
I feel it makes sense NOT to use custom membership & role providers alexandis@gmail.com answers 4 November 14th, 2007 02:25 PM
password configuration question Tom answers 1 March 30th, 2007 07:45 PM
Custom Templated CompositeControl/CompositeControlDesigner Andrew Clancy answers 1 July 6th, 2006 12:55 AM