Let's start by creating a new Silverlight application called "MasterDetail." Complete the following steps:
- Select File, New, then Project to open the New Project dialog box in Visual Studio 2008.
- In the Project types pane, expand either the Visual Basic or Visual C# node and select Silverlight.
- Choose Silverlight Application in the Templates pane.
- Name the project "MasterDetail," specify a location for the project, and click OK.
Next, Visual Studio will prompt you for the type of hosting you want to use for the new project.
- In the New Silverlight Application dialog box, select OK to accept the default name ("MasterDetailWeb") and settings, and create the project.
See Also