07 2016 档案
摘要:1.添加属性:@Html.TextBox("CnAddressmodify","", new { maxlength="90" }) 2.添加样式:@Html.TextBox("EnAddressmodify","",new {@class="EnAddressmodify",style="widt
阅读全文
摘要:解决方法:1.vs2013打开项目, 2.提示“您正在打开的解决方案已绑定到以下Team Foundation Server上的源代码管理:http://IP:端口/tfs/defaultcollection。是否要联系此服务器以尝试启用源代码管理集成” 3.选“否N” 4.提示“解决方案看起来是受
阅读全文
摘要:视图中头部添加 @using System.Collections;循环读取哈希表数据 @foreach (DictionaryEntry item in (ViewBag.FieldsValues as Hashtable)) { @item.Value ...
阅读全文