Repeater and Lenght ArrayList

  • Thread starter Thread starter TomislaW
  • Start date Start date
T

TomislaW

How to get Lenght of DataSource in HTML of Repeater
Like:
<%# DataBinder.Eval(Container.Lenght) %>
???
 
You do it on code-behind on the datasource, not on the repeater.

dataset.Tables[0].Rows.Count

See also my reply on another thread.

Eliyahu
 
Back
Top