Csharp GridView Sorting 字段排序用法
Default.aspx代码 1 <% @ Page Language = " C# " AutoEventWireup = " true " CodeBehind = " Default.aspx.cs " Inherits = " GridViewSorting._Default " %> 2 3 <! DOCTYPE html PUBLIC " -//W3C//DTD XHTML 1.0 Transitional//EN " " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd " > 4 5 < html xmlns = " http://www.w3.org/1999/xhtml " > 6 < head runat = " server " > 7 < meta http - equiv = " Content-Type " content = " text/html; charset=utf-8 " /> 8 < title > Csharp GridView Sorting 字段排序用法 </ title > 9 </ head > 10 < body > 11 < form id = " form1 " runat = " server " > 12 < div > 13 < asp:GridView