How to Display SharePoint List Data in a GridView
The most basic task for a visual web part is to display data from a SharePoint list. For this example, I’m going to use the standard ASP.NET GridView control, but don’t forget that SPGridView inherits from the GridView class so you can reuse this code for an SPGridView as well. Sample Data I created a […]