RadListView for ASP.NET AJAX comes with a flexible databinding mechanism including support for all ASP.NET 2.0 declarative datasources (SqlDataSource, ObjectDataSource, XmlDataSource, AccessDataSource) as well as well as .NET 3.5 (LinqDataSource, EntityDataSource). In addition, the control can also be bound to various data sources which implement the IEnumerable, IList or ICustomTypeDescriptor interfaces.
Top