07 2011 档案
摘要:input[type="text"], input[type="password"] { border: 1px solid #ccc; padding: 2px; font-size: 1.2em; color: #444; width: 200px;}
阅读全文
摘要:中文:http://12bottles.com/people/blog/view/id/A48F65EA-714E-62E7-97AB-2D275A8670C8/username/cella108http://chongqing.woaidong.com/register.jhtml;jsessionid=F457B4B87BD97DB6ED96209627BA6A0Chttp://www.032500.com/register.phphttp://www.jobccd.com/e/member/register/ChangeRegister.phphttp://www.barcachina.
阅读全文
摘要:ASP.NET MVC中实现多个按钮提交的几种方法
阅读全文
摘要:如何在C#中实现图片缩放 http://www.newasp.net/tech/net/13723.html asp.net上传图片生成缩略图 http://www.cnblogs.com/feelboy/archive/2010/08/20/1804674.html
阅读全文
摘要:javascript跳转页面:Javascript实现页面跳转的几种方式收藏 : http://apps.hi.baidu.com/share/detail/7008500
阅读全文
摘要:在View中控制日期的显示格式: http://rachelappel.com/create-user-friendly-date-fields-with-asp.net-mvc-editortemplates-amp-jqueryui\DisplayTemplates\DateTime.cshtml@model DateTime @String.Format("{0:d}", Model.Date)\EditorTemplates\DateTime.cshtml@model DateTime@Html.TextBox("", String.Format
阅读全文
摘要:User 为 null不知道是不是Bug?
阅读全文
摘要:Open the Movie.cs file. The System.ComponentModel.DataAnnotations namespace provides formatting attributes in addition to the built-in set of validation attributes. You'll apply the DisplayFormat attribute and a DataType enumeration value to the release date and to the price fields. The followin
阅读全文
摘要:@using (Html.BeginForm()){ <p>销售状态: @Html.DropDownList("Status", "All") <input type="submit" value="Filter" /></p> } public ActionResult Index(string status) { ViewBag.Status = PowerCar.DB.Enums.MerchandiseStatus.StatusList; String
阅读全文