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?
You’ll lose 2 things:
You can work around both of these, so it’s not a huge deal but still worth considering. The repeater is the best alternative to a ListView though, since the ListView was designed as an upgrade to the Repeater.
Read here for more info:
http://www.singingeels.com/Articles/The_ListView_Dominates_The_Repeater.aspx