Robin's Blog

记录 积累 学习 成长

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
Code

后台调用:


 IList<MVote> list=new MVoteClassDAL().lazilyLoad(int.Parse(Request.QueryString["Id"])).M_Votes;   
            
this.GridView1.DataSource = new IListSort<MVote>(list, "SortOrder").Sort();
            
this.GridView1.DataBind();

posted on 2009-02-09 14:46  Robin99  阅读(226)  评论(0)    收藏  举报