News

Sorting DataTable Column That Has Square Bracket Characters in its Name This article shows how to sort a DataTable column that contains square brackets in its name when the DataTable is used with ...
To sort the data according to the contents of a column, the example defines an event handler to handle the xref:System.Windows.Controls.Primitives.ButtonBase.Click event that occurs when you press the ...
After you've set the SortParameterName on the ObjectDataSource and enabled sorting on the GridView, when the user clicks on a column header the value of the column's SortExpression will be passed to ...
Once you do that, you'll find that the SmartTag for the GridView has an Enable Sorting option that you can check off. However, turning on the sort option just enables the user interface support (the ...