Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't Change color of controls in DataRepeater

Status
Not open for further replies.

Blauther

Programmer
Jan 8, 2002
15
US
I have multiple text boxes and combo boxes in a custom control that is used in a datarepeater. At run time, I want to change the backcolor of these text boxes, but I have only managed to change the backcolor of the ones that are selected by the datarepeater. How do I change the backcolor of all the controls in the datarepeater? Any thoughts?
Here is a snippit of the code that I am using:

Public Property Let QuantityBackcolor(ByVal newBackColor As String)
txtQuantity.BackColor = newBackColor
End Property

Thanks in Advance,
Brian Lauther
bLauther@SoundSoftware.cc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top