摘要: 在GridView中,根据其中的某列进行排序。1. 页面:AllowSorting=“True” onsorting=“ ”,SortExpression="列名"<asp:GridView ID="grdResult" runat="server" CssClass="gridviewstyle" AutoGenerateColumns="False" AllowSorting="True" onsorting="grdResult_Sorting" 阅读全文
posted @ 2011-03-25 16:51 eva.xiao 阅读(2578) 评论(0) 推荐(0) 编辑