摘要: ASP.NETMVCOverviewTheModel-View-Controller(MVC)architecturalpatternseparatesanapplicationintothreemaincomponents:themodel,theview,andthecontroller.The... 阅读全文
posted @ 2015-07-15 21:53 XCml 阅读(188) 评论(0) 推荐(0)
摘要: Webform,即BS,浏览器应用。 关于服务器和客户端,在Webform 中, 服务器就相当于后台(也就是编辑C#代码的地方), 客户端相当于前台(也就是Html页面)。 用法: ①如果想在服务器控件里调用客户端控件的js或Jquery函数,必须在服务器的控件中加上onClientClick属性... 阅读全文
posted @ 2015-07-15 19:35 XCml 阅读(400) 评论(0) 推荐(0)