Search code examples
c#asp.netxmldatarepeater

How can i use DataRepeater Control in Windows Form with XML?


I've Created a data set, but i don't know how to get this work :)

if anyone can help me, i will be really appreciated!


Solution

  • You set your Data Repeater's DataSource property equal to your DataSet or a specific DataTable within that dataset. Is there something more complicated than that?

    Links on how to use a DataRepeater:

    How to use a DataRepeater with XML