Description of Write Your Own Provider For the ASP.NET DataGrid :
Write Your Own Provider For the ASP.NET DataGrid is an interesting article which discusess about how to create custom data provider to populate datagrid control. In this article the author describes the Enumerable interface of the ADO.NET and its three methods such as Reset(), MOveNext() and Current().