随笔分类 - asp.net mvc
摘要:controller cspublic ActionResult AdvanceSearchForm() { SearchCriteriaModel model = new SearchCriteriaModel { SearchInAll = true }; return PartialView(...
阅读全文
摘要:cshtmlControllerpublic ActionResult Index (int id?){ ...}如果访问这个页面的话,会连续访问两次,由于scr ='' 造成,把scr='' 去掉就可以了cshtml
阅读全文
摘要:1. 绑定dropdownlist@{ IEnumerable salutationDdlitems = Model.SalutationDdl.Select(s => new SelectListItem { Text = s.DisplayText, Value = s.Value });} @...
阅读全文

浙公网安备 33010602011771号