Simple pop up question. Could not find anyone posting the same question so I think perhaps I am completely on a wrong track. I have page with a few input controls and I also created a pop up with a single label component to show a validation text. I like to reuse the same pop up for all input validations. I am able to display the pop up on the blur event but I like to be able to change the text of the label component within the pop up with relevant text. How do I change the text of the label component within the pop up? Thanks.