G
Guest
H
I have created a custom text box control and custom label control (Both inherited controls from the standard .Net controls
I would like to be able to relate several of the label controls to a single text box control, so that I can have code which automatically clears the labels when I clear the control. I would like to define these labels as a property of the text box control so that I can add 1 or many related labels to the contro
Does anyone know how I would do this
Many thank
Siobhan
I have created a custom text box control and custom label control (Both inherited controls from the standard .Net controls
I would like to be able to relate several of the label controls to a single text box control, so that I can have code which automatically clears the labels when I clear the control. I would like to define these labels as a property of the text box control so that I can add 1 or many related labels to the contro
Does anyone know how I would do this
Many thank
Siobhan