sort page 排序和分页的小例子
代码如下:/* 系统名:SaleManage* 模块名:SortPags* 模块说明:排序分页类(传入DataTable,及相关信息,然后分页,并排序)* 开发者:Peter Luo* 开发时间:2012年4月6日*/using System;using System.Collections.Generic;using System.Linq; using System.Text; using System.Data ; namespace Sale_Core { public class SortPags { /// /// 存储传入的数据 /// private DataTable _