T TomislaW Dec 8, 2004 #1 How to get Lenght of DataSource in HTML of Repeater Like: <%# DataBinder.Eval(Container.Lenght) %> ???
How to get Lenght of DataSource in HTML of Repeater Like: <%# DataBinder.Eval(Container.Lenght) %> ???
E Eliyahu Goldin Dec 8, 2004 #2 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
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