Thursday, August 15, 2013

MVC Sample 9

File->New->Project




And click on Ok Button


And select the project template and click on ok





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




Give the name of the controller




And go to controller Demo Controller and write the following Code

 And right click on the page and Select Add View





And write the following code in View


And run the program
Demo: is the name of the Controller
And the output screen




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...