Is there a feature compatible alternative to the asp:ListView control that came with ASP.NET 3.5? Due to some recent issues with a certain hosting provider's installation of SP1, I'm looking for a temporary stand in for the ListView that can be dropped into place with minimal change to the rest of my code.
One simple alternative would be to use a Repeater. Are there any major gotchas in downgrading from a ListView to a Repeater that I need to be aware of?