Hi all,
I have a quick question about "User Controls", I created a little user control, this user control gets contents typed from textbox and puts the entered text into list box, basically it is multi entry user control and it has Label that I want to give different names based on what the control is used for:
I might use a control a "Player" name entry, the same I want to use another control for "Teams" entry names. my goal is to give that label the name of what the user control does.
How can name these labels differently given that I am using them for different purposes. I would appreciate if guided by example.. thanks
Thanks in advance
Kind Regards