easyui juery 使用中发现的问题

 1 官方提供的代码在 vs2010中发布后无法使用,为了安全限制对 扩展名为json访问。

2 ,使用json 格式中 必须使用双引号,单引号格式的json 格式不识别, 

3  分页中后台可以通过  

        string now_page = context.Request["page"];
        string now_rows=context.Request["rows"];

                                 context.Request["sort"]

                                 context.Request["order"];

    

posted on 2011-06-01 11:27  gwazy  阅读(411)  评论(0编辑  收藏  举报

导航