Click here to Skip to main content
15,903,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

how to write code in MVC3 razor application for creating log in form and stores the data in databse. please help me


thanking you
Posted
Updated 30-Oct-12 23:37pm
v2

When you create new MVC project you already have one login window/form created in application and you can find the codes inside the Views> Account Folder (for cshtml code) and similarly inside Controllers> Account controllers for controller part code and for model code you can find it in model section. You can take help of these code if you want to create your own loggin form.
In case your care not getting these files already created then you need to create it yourself.I hope it is your answer.

refer below link for getting started
http://www.asp.net/mvc[^]
 
Share this answer
 
v2
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900