Sunday, August 11, 2013

MVC Sample 3

Writing one more method to call the same View


And Click on Ok Button.
Select Internet Application and Click on Ok Button.


Go to controller and Right click on controller Folder and Add Controller


And write the following code


Now Right Click on the Page and Add View



View Name: Show
And Click on Add, and now the View is Created.
Demo: is the name of the controller
Show is the method name.
View2 is the method name

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