摘要:
/// <summary> /// 取得排序方式(正向\反向) /// </summary> public SortDirection GridViewSortDirection { get { if (ViewState["sortDirection"] == null) ViewState["sortDirection"] = SortDirection.Ascendi... 阅读全文
posted @ 2008-03-17 22:21
zxynet(海洋之星)
阅读(1268)
评论(0)
推荐(0)