Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
What is the difference between login Controls and Forms Authentication in ASP.NET?
Prabhu Raja
13y
11.8k
0
Reply
Submit
1)Forms authentication can be easily implemented using login controls without writing any code.
2)Login control performs functions like prompting for user credentials, validating them and issuing authentication just as the FormsAuthentication class.
3)However, all that's needs to be done is to drag and drop the use control from the tool box to have these checks performed implicitly.
4)The Forms Authentication class is used in the background for the authentication ticket and ASP.NET membership is used to validate the user credentials.
Prabhu Raja
13y
0
What is an application domain?
What is a ViewState?
Message