ASP.NET Creating a Rich Repeater, DataBind wiping out custom added controls...
- by tonyellard
So...I had this clever idea that I'd create my own Repeater control that implements paging and sorting by inheriting from Repeater and extending it's capabilities. I found some information and bits and pieces on how to go about this and everything seemed ok...
I created a WebControlLibrary to house my custom controls. Along with the enriched…