How to create an admin panel in Asp.net mvc4

Xtragicfever

New Member
Please help me in making a admin panel in MVC4. can anyone supply me with the stepwise coding if i want to create it from scratch.. Thanks in Advance..This is my basic model what next???\[code\]public class userlogon{ [Required] [Display(Name = "Admin Login")] public string UserName { get; set; } [Required] [DataType(DataType.Password)] [Display(Name = "Password")] public string Password { get; set; }}\[/code\]
 
Back
Top