Thursday, August 15, 2013

MVC Sample 7(Creating View with Weak Type)

File->new->project



And click on ok


And select the project Template



And go to controller Right click on it and select ADD Controller





Give the name of the controller as Data and write the following code


Right click on the model folder and create a class with name Job





And write the following code in Job class




And then go to view and write the following code
 And run the program




No comments:

Post a Comment

Thank you for visiting my blog

Kubernetes

Prerequisites We assume anyone who wants to understand Kubernetes should have an understating of how the Docker works, how the Docker images...