Related resources for DataSource Controls
  • Custom paging9/21/2010 6:24:39 AM. In this article, we'll see the implementation of custom paging on GridView control. The Gridview offers two paging models Default paging and Custom paging.
  • ASP.NET ObjectDataSource Control Overview12/4/2008 11:17:08 PM. This post explains how to represent business objects with the ObjectDatasource control. It allows you to bind DataBound controls such as GridView, DetailsView and FormView. It also enables you to separate your business logic and data access logic from presentation layer.