Maybe this is more of an asp.net question but I am not sure what is going on...I found a grouping repeator which is where I am overriding the repeator control...
http://www.codeproject.com/Articles/6130/A-Groupin...
Now when I implement this into my module and bind it with an Ienumerable I get an error about the assembly...
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'GroupedRepeater' or one of its dependencies. The system cannot find the file specified.
Do I need to do something different or compile this separately? I am confused.