Repeater DataSource

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
 
H

Hermit Dave

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top