What is the difference between login controls and Forms authentication?
Login controls are an easy way to implement Forms authentication without having to write any code. For example, the Login control performs the same functions you would normally perform when using the FormsAuthentication classprompt for user credentials, validate them, and issue the authentication ticketbut with all the functionality wrapped in a control that you can.