Data Table

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

If you have <asp:repeater> filled with data, how you get dataTable from it ?

lp,Simon
 
The question is a bit confusing to me. A Repeater is a UI element which
displays data. A Data Table is an in-memory data storage class. So, you have
a Repeater which you have to fill with data somehow. It would seem logical
to fill the DataTable from the same data source that you fill the Repeater
with.

So, what exactly am I missing here?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
There doesn't have to be any datatable in it. Anyway, elaborate a bit more
what are you after.

Eliyahu
 

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

Back
Top