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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataRepeater controls are blank

Status
Not open for further replies.

cdck

Programmer
Nov 25, 2003
281
US
I have a DataRepeater attached to a table which I clear and refill each time text in a TextBox on the main form changes.

It appears the the table is being managed correctly, as you can see that when the form opens, the DataRepeater is nothing but a blank border, and as you change the text, records pop up in the repeater, but the text fields on the repeater which are supposed to display the results are all blank. These TextBoxes were added to the repeater by dragging them from the DataSource to the repeater section.

I've compared the properties on these controls to the properties on controls on another DataRepeater on a different form which is used in a similar fashion and displays the data correctly, and found no differences.

All of the fields in this DataSet are used on this repeater.

Can anyone suggest where I may be going wrong? I'll be glad to provide more information if anyone can tell me where the pertinent information might be found.

Cheryl dc Kern
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top