上一页 1 ··· 50 51 52 53 54
摘要: 本文介绍如何创建radiobutton.Step 1: 创建一个类用于获取所有的选项。public class Company { public string SelectedDepartment { get; set; } public List Departme... 阅读全文
posted @ 2015-01-31 06:44 北叶青藤 阅读(349) 评论(0) 推荐(0)
摘要: 本文介绍如何在网页里显示DropDownList。Step 1: 在Control里面添加方法 public ActionResult ShowDropDownList() { return View(); }Step 2: 在View... 阅读全文
posted @ 2015-01-31 05:29 北叶青藤 阅读(229) 评论(0) 推荐(0)
摘要: 在asp.net mvc 页面里上传大文件到服务器端,需要如下步骤:1. 在Control类里添加get 和 post 方法 1 // get method 2 public ActionResult Upload() 3 { 4 ... 阅读全文
posted @ 2015-01-13 00:03 北叶青藤 阅读(392) 评论(0) 推荐(0)
上一页 1 ··· 50 51 52 53 54