Repeater DataSource

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a Repeater control(id=Repeater1) to bind a dataset!
However, I failed to work for below Command
Dim ds as Dataset = CType(Repeater1.datasource, DataSet)

I know it can be done by using datagrid !!
So, how I can do for this..

Thank You
 
Forgot to add something.. create a dataset seperately and then set it as the
datasource for the repeater... then bind it
 
Back
Top