在C#中获取easayUI-datagrid的分页信息
时间:2014-05-03 23:16:32
收藏:0
阅读:354
获取的参数为
string page = Request.Params["page"];
string pageSize =
Request.Params["rows"];
评论(0)