From: AussieRules on
Hi

I want to add the data repeater to my existing winforms application. My
application does all the database calls via code, so I am not using the
designer(s) to create table adapters/dataset etc... Its all done in code.

So I am having trouble binding the data repeater to an existing dataset.

Does anybody know how to do this, or some sample code that shows how to do
this, and then have a text box in the datarepeater show data in the dataset
?

Thanks heaps...