views:

478

answers:

1

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!

A: 

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

Jim W
how do i set the repeating template? how to populate data into them?
DucDigital
You first need to add it to your web page, then in your code behind just say myDataRepeater.DataSource = myDataSet.Tables[0]. Added some links above for data repeater info.
Jim W
i have my button on the repeater, how can i use it? regular button click wont work :)
DucDigital