kentico_martind
-
5/25/2009 7:42:54 AM
RE:Repeater HTML envelope containing number of repeater items
Hello,
Unfortunately, there is no easy way how to ensure this. You could eventually use BasicRepeater instead of CMSRepater and generate the envelope using header and footer transformation. Then you could add some asp:Literal control into header transformation and write custom code-behind to get the DataSet of repeater and set the number of rows of DataSet to Text property of Literal in order to display it in transformation.
Best Regards,
Martin Dobsicek
|