Infolink

 

Search This Blog

Showing posts with label How to create a simple model in ASP.NET MVC. Show all posts
Showing posts with label How to create a simple model in ASP.NET MVC. Show all posts

Nov 29, 2012

How to create a simple ASP.NET MVC data entry screen?

Creating simple MVC data entry screen

Every project small or big has data entry screens. In this lab we will create a simple customer data entry screen as shown in the below figure.



As soon as the end user enters detail and submits data it redirects to a screen as shown below. If he enters amount less than 100 it displays normal customer or else it displays privileged customer.

Nov 28, 2012

How to create a simple model in ASP.NET MVC and display the same?(PART-4)

Step1:- Create a simple class file

The first step is to create a simple customer model which is nothing but a class with 3 properties code, name and amount. Create a simple ASP.NET MVC project, right click on the model folder and click on add new item as shown in the below figure.


Related Posts Plugin for WordPress, Blogger...