Add Data to DataRepeater Control in winform
Posted
by Mohsan
on Stack Overflow
See other posts from Stack Overflow
or by Mohsan
Published on 2010-04-29T11:13:42Z
Indexed on
2010/04/29
11:17 UTC
Read the original article
Hit count: 366
datarepeater
hi. Visual Studio 2008 service pack 1 comes with Visual Basic Powerpack and has DataRepeatr control.
i want to know that how I can add data in this control. i have in memory data. the examples i found on net are about binding DataSet to DataRepeater by fetching data from database. i want to bind in memory data. how to do this.
© Stack Overflow or respective owner