Archive

Archive for the ‘ADO.net’ Category

DataGrid In CSharp

November 30th, 2011 No comments
If you are new to ADO.Net please visit our Ado.net section:

This is very flexible and popular control in Asp.net. We can use this tool to display data in Web/Windows environment.  It helps developers to develop a data driven application in .Net. It allows relationship; we can create relationship on the fly. We can update, delete our data at runtime.  Datagrid has some essential features like Sorting & Pagination. Sorting enables user to sort any columns and paginations helps grid in faster loading of data. User can navigate from one page to another. You can set the size of per page(How many records you want to display in one go).

>> Click here to Read the complete Article