首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏张善友的专栏

    在 ASP.NET 2.0 中,Global.asax 文件没有后置代码,如何将Globa.asax中的页面移到代码文件中

            private static IWindsorContainer windsorContainer;     } } 顺便介绍一个好用的工具 强类型方式解析asp.net 页面之间的参数,叫做PageMethods

    2.6K100发布于 2018-01-19
  • 来自专栏张善友的专栏

    使用ASP.NET实现Model View Presenter(MVP)

    的页面重定向:这个主题讨论使用用户控件作为View,如何使用PageMethods处理页面重定向。 Page Redirects with MVP & PageMethods In developing enterprise application, application flow is always To solve this problem, PageMethods, free for download at http://metasapiens.com/PageMethods, allows you to have strongly typed redirects projectId=" + projectId.ToString() + "&userId=" + userId.ToString()), PageMethods provides a

    1.4K80发布于 2018-01-29
  • 来自专栏技术小讲堂

    ASP.NET AJAX(4)__客户端访问WebService服务器端释放WebService方法客户端访问WebService客户端访问PageMethod错误处理复杂数据类型使用基础客户端代理的

    PageMethod 只能在aspx页面中定义 只能是public static方法 使用WebMethodAttribute标记 ScriptManager的EnablePageMethod设置为true 通过pageMethods.MethodName javascript" type="text/javascript"> function getCurrentTime() { PageMethods.GetCurrentTime

    5.5K70发布于 2018-03-07
领券