在ASP:DataGrid标签中加入下面两条AllowSorting="true"
然后插入如下的子程序
Sub MyDataGrid_Sort(sender As Object, e As DataGridSortCommandEventArgs) SortField = e.SortField DataGrid1.DataBindEnd Sub
OK <asp:DataGrid>下面不需要<property>就可以出现排序的选项。