After we prepared our data service it is time to put some client UI into it. We will use 2 grids and a context menu.
To start with, add a SilverLight application in your solution:
In the process of adding you will have to setup where the SilverLight will be hosted:
This is also doable from the settings of the web project: invoke the context menu on your web site project then go to Property Pages > SilverLight Applications > New… and add/setup the SilverLight project.
After we successfully have made the setup, we can start enhancing our SilverLight application.
Now let’s...