I have a repeater that needs to display a total at the top.  For
example:

Total: 5
Item 1: 1
Item 2: 2
Item 3: 2

Right now, I can have it display a total at the bottom.  I do this by
using a footer.  Every time an item is bound, I keep track of the
total and finally when the footer is bound, I set the total label.
This works fine, but I need the footer to be displayed at the top
(like a header).  I cannot use a header because this is bound before
the items are bound.

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---

Reply via email to