上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页
该文被密码保护。 阅读全文
posted @ 2013-10-14 13:59 春天又来了 阅读(4) 评论(0) 推荐(0) 编辑
摘要: In this tutorial, Stephen Walther introduces you to ASP.NET MVC controllers. You learn how to create new controllers and return different types of action results. This tutorial explores the topic of ASP.NET MVC controllers, controller actions, and action results. After you complete this tutorial,... 阅读全文
posted @ 2013-10-12 15:04 春天又来了 阅读(289) 评论(0) 推荐(0) 编辑
摘要: In this tutorial, you learn how to create a common page layout for multiple pages in your application by taking advantage of view master pages. You can use a view master page, for example, to define a two-column page layout and use the two-column layout for all of the pages in your web application.. 阅读全文
posted @ 2013-10-12 14:16 春天又来了 阅读(508) 评论(0) 推荐(0) 编辑
摘要: The ASP.NET MVC framework includes a useful utility class named the TagBuilder class that you can use when building HTML helpers. The TagBuilder class, as the name of the class suggests, enables you to easily build HTML tags. In this brief tutorial, you are provided with an overview of the TagBuil.. 阅读全文
posted @ 2013-10-12 11:49 春天又来了 阅读(493) 评论(0) 推荐(0) 编辑
摘要: The goal of this tutorial is to demonstrate how you can create custom HTML Helpers that you can use within your MVC views. By taking advantage of HTML Helpers, you can reduce the amount of tedious typing of HTML tags that you must perform to create a standard HTML page. In the first part of this ... 阅读全文
posted @ 2013-10-12 09:10 春天又来了 阅读(388) 评论(0) 推荐(0) 编辑
摘要: The purpose of this tutorial is to provide you with a brief introduction to ASP.NET MVC views, view data, and HTML Helpers. By the end of this tutorial, you should understand how to create new views, pass data from a controller to a view, and use HTML Helpers to generate content in a view. Unders... 阅读全文
posted @ 2013-10-12 08:59 春天又来了 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 打开SQLSERVER数据库,出现目录名无效,如下图:解决方法到 临时目录:C:\Documents and Settings\Administrator\Local Settings\Temp 手动创建一个目录名称为1,如果1存在,则手动创建一个目录名称为2。 阅读全文
posted @ 2013-09-14 10:48 春天又来了 阅读(1096) 评论(0) 推荐(0) 编辑
摘要: ASP使用的脚本是VBSCRIPT,布置的时候想显示他的错误信息,可以在INTERNET选项里把显示友好http错误信息的勾去掉 就能查看ASP布署时查看错误信息的勾去掉。 阅读全文
posted @ 2013-09-14 10:34 春天又来了 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 本文目标一、能够使用MvcPager进行分页本文目录一、MvcPager控件的简单使用二、C#扩展方法一、MvcPager控件的简单使用1、添加MvcPager.dll的引用[下载]2、Control中的方法 1 //获取列表 2 public ActionResult List(int? id = 1) 3 { 4 List userList = new List(); 5 int totalCount = 0; 6 int pageIndex = id ?? 1; 7 ... 阅读全文
posted @ 2013-09-08 13:45 春天又来了 阅读(2156) 评论(0) 推荐(2) 编辑
摘要: 很简单的JS二级菜单显示,收藏 菜单一 菜单二 子项一 子项二 子项三 菜单三 子项一 子项二 子项三 竖直的,点击 管理区 111 222 333 交流区 ... 阅读全文
posted @ 2013-08-29 09:53 春天又来了 阅读(245) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页