The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: How to use Login Control in Visual Studio 2008
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Ronaldo DantasPosted Oct 30, 2011, 9:12 AM
how can I use the connectionStrings defined in web.config ? <connectionStrings> <add name="projetosConn" connectionString="Data Source=sqlexpress;Initial Catalog=dbxxxx;Persist Security Info=True;User ID=sa;Password=xxxx" providerName="System.Data.SqlClient"/> </connectionStrings> and not : string strConnection = "server=MCN-C2B848F240D\\SQLSERVER2005;database=Data;uid=sa;pwd=wintellect;";
xuan anh dinhPosted Apr 13, 2011, 10:51 PM
Thanks for shared,It's very useful for me.
KenPosted Oct 4, 2010, 10:46 AM
Thanks for the article very helpful.. However I have a question.. I am in VS2010 and used the default ASP solution that adds the login pages... it also adds a login link at the top of the master page.. to bring you to the login page.. once you have logged in you end up back at the main page but the login link is still there instead of the welcome <username> and logout options.. how do I update that main page to show that someone is logged in... there is so little documentation on these default solutions that come bundled with VS... thanks for your help...
sac mPosted Mar 30, 2010, 5:20 AM
hi , this very useful article thanks sac
afzal khanPosted Mar 23, 2010, 2:34 AM
how to apply css in asp.net buildin login control
Nikhil KumarPosted Jan 10, 2010, 8:32 AM
The means of programmer and developer is to show the hard work in an easy way and you have done it :0 nice one
Former memberPosted Oct 27, 2009, 2:49 AM
Hi its just another feather in ur article's cap ; U r getting better with each passing article