Prologue:In my previous article, we discussed how to access a custom control from a LightSwitch screen. In this article, we shall see how to bind the added custom control with the screen property in LightSwitch.We can take the LightSwitch demo application we have created in part I of this article series. As we discussed in part I, create a demo application.We have added the custom control; if you want to do something with the control then we need to access the custom control. So access the custom control as we discussed in this article.So as we are going to bind the control with the screen property [entity property], we need to add a property to the Person entity.Updating the Entity: As shown in the above figure, add a new property "Status" to the Person entity.The status property is used to hold the status message for the Save action.To display the status message, we need to create a new Label control and need to bind with the Status property of Person entity. Here: