
10-17-2008, 12:30 PM
|
 |
Google Hound
Retired Moderator * Guru *
|
|
Join Date: Nov 2001
Location: Arizona, USA
Posts: 12,386
|
|
I haven't used it. But, per MSDN
Quote:
|
Originally Posted by MSDN
The DataRepeater control is a composite control; a control that hosts other controls. It allows you to specify a control to repeat, and when bound, displays the selected control for each record retrieved. The DataRepeater will then allow end users to scroll through the retrieved records.
To link the DataRepeater control - In the All property tab, set the DataSource property to an ADO Data Control.
- In the All property tab, select a control to repeat for the Repeated Control Name property.
- Once a control is selected, go to the RepeaterBindings tab.
- Set a property name to bind. The drop-down box will enumerate bindable properties in the control to be repeated.
- Set a data field. The drop-down box will enumerate column names returned from the bound ADO Data Control.
- Click on the Add button to add the binding. The RepeaterBindings list box will then populate with the new binding.
The DataRepeater control also ships separately with Visual Studio 6.0.
|
|
__________________
Lou
"I have my standards. They may be low, but I have them!" ~ Bette Middler
"It's a book about a Spanish guy called Manual. You should read it." ~ Dilbert
"To understand recursion, you must first understand recursion." ~ unknown
|