Filter GridView by DropDownList
In the post How to Display SharePoint List Data in a GridView, we looked at how to use a SPQuery object to filter the items from a SharePoint list. You can enable the user to select the filter value using a form control in the web part. I added a new column called ‘Class’ to […]