Data Entry Form using Simple HTML Helper In MVC
HTML Helper in MVC In this article we will learn how to code for entering data form using simple HTML Helpers. Create New ASP.NET MVC4 Web Application. Select Razor As View Engine. Right click on Model ->Add new Class ->Customer Class. Right click on controller and -> Add new item-> CustomerController