Developing repeating control

Y

Yoni Goldberg

Hi,
I want to develop a custom control using C# that is getting repeating data
(users list) and display the data in a drop down list to the user.

I've seen there are 3 types of databinding: simple, xml node and stream.
None of them support the option for a control to get list of data... How to
achieve this? How can I feed my control with some repeating data datasource?

Thanks.
 
Top