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

Python -3

  Lists It is used to store Collection of data. Lists are created using square brackets: List Items Order cannot be changed. It can have dup...