Prologue:My previous article was about screen layouts and their usage. In this article we shall discuss how to add an image to the LightSwitch screen.Image Data type in LightSwitch:Like other programming languages, LightSwitch also has the data type Image. If you need to add an image into your application screen you need to have a field of type Image. The LightSwitch will automatically generate the image controls for the image at run time.Let us discuss more about Image by creating a demo LightSwitch application. In our demo application we shall try to upload the image to the screen and will save the image into the database.Preparing the Solution:Start the VS 2010; create a LightSwitch Desktop application with the name "AddingIamgeIntoScreenInLSBeta2" as shown in the following figure. Follow the [No: #] to prepare the Solution.Creating Entity for Application:Create a table as shown in the screen by selecting the "create a table" option in the start up screen. Designing the Screen:To demonstrate the topic we have taken, we need to add a New Data Screen to our demo application. We should know how to add a New Data Screen to the LightSwitch application, prior to proceeding with designing the Screen. To know more about how to add a New Data Screen to a LightSwitch Application please read this Article.Now we know how to do the screen stuff. See the following figure which is the default screen layouts for the screen we have created. So we have to change the layout of this screen so that the uploading and using the image in the screen can be easily explained. Before adding the Model Window we have to prepare the layout. So delete the Highlighted fields as shown in the above figure.After preparing the layout to add the image, just add a new Group to the Person Property Rows Layout. To add a new group,