# Loop through and examine CheckBox control values in a DataGrid column by using ASP.NET and Visual Basic .NET This article describes how to loop through each row of an ASP.NET DataGrid control and ...
It is often useful to view data in a <xref:System.Windows.Controls.DataGrid> in different ways by grouping, sorting, and filtering the data. To group, sort, and filter the data in a ...