Hey guys,
I was wondering when you create a new website project in ASP.NET and it comes with that login and register page by default, do people actually use these basic pages for a website? More specifically, is it very common to use the login controls and the CreateUserWizard? Are these controls the basis of any user account login? I want to learn it, but i feel like if most people don’t even use it then there’s no point for me to learn these controls and how they work.
Hey guys, I was wondering when you create a new website project in ASP.NET
Share
Those controls are enough customizable to be used in a common web application. I often use them because they already use asp.net membership.
But, if they don’t fit your needs, you can do your own controls.