This article shows how to add a client screen to a LightSwitch Application (Visual C#) in Visual Studio 2012.
The following is the procedure for adding a client screen
Step 1Open the Solution Explorer.Step 2In the Solution Explorer, right-click on the server and choose "Add Table".Step 3The table appears.Step 4In the Solution Explorer, right-click on the project name (Application) and choose the "Add client".Step 5The Add Client dialog box appears on the screen. Select "HTML client" and provide a name and click "OK". Step 6You need to upgrade the project to add a new client. So click "OK" to continue. Step 7We will notice that the HTML Client Screen is added to the Solution Explorer.Step 8In the Solution Explorer right-click on the HTML Client Screen and choose "Add Screen".Step 9The Add New Screen dialog box appears. Select the "Browse Data Screen" from the Screen Template, provide the screen information and click the "OK" button.
Step 10The Browse Screen Designer appears.Step 11Press F5 to run the application. As I have not provided any data until now.
Printing in C# Made Easy