Click to See Complete Forum and Search --> : login control questions


rutledj
04-02-2006, 02:50 PM
If I understand correctly, the login control uses a data provider that automatically creates a sql server express database in the app_data folder. If I want to use a table in an existing sql server database, I have to write my own provider.

Can someone point me in the right direction on this. Is is easier to just use textboxes and do all the coding myself behind the scenes? I'd really like to use the built in controls if possible.

Thanks,
Rut

handshakeit
04-03-2006, 03:29 AM
read this link
http://msdn2.microsoft.com/en-us/library/ms178329(VS.80).aspx