A
Alphonse Giambrone
I am building a composite control in C# that contains a textbox and a
requiredfieldvalidator that I want to be able to add client side attributes
to.
If I use mycontrol.Attributes.Add(.....) the attributes are added to the
span element in the generated html.
How can I apply attributes to the composite control so that they are added
to the textbox that is contained in my control?
TIA
requiredfieldvalidator that I want to be able to add client side attributes
to.
If I use mycontrol.Attributes.Add(.....) the attributes are added to the
span element in the generated html.
How can I apply attributes to the composite control so that they are added
to the textbox that is contained in my control?
TIA