Using Login & LoginView controls
-
-
Hi, I have a login control in my ASp.NET application. I use 'Users' table in SQL Server 2005 to authenticate the login. If the username & password are correct, I want to display the username in the loginview control. How can I do that?:confused:
-
put in a login view and put the login name in it . if you want to display a message before the username use the format string in the properties window just don't remove the {0} at the end.
BiG RaLpH
-
Yeah! Please Tell me from scratch how to do it. I tried to use Login1_Authenticated() method to manually check the username & password but it didn't work. Please tell me how to do the login & Display the username in the login view control. Also How to handle LoggedInTeTemplate & AnnonymousTemplate... Thanks