06 2011 档案
摘要:让保存和反绑定更加简单! 新建 ZCheckBoxList类: using System.Web.UI.WebControls;namespace Business{ public class ZCheckBoxList : CheckBoxList { /// 2011-6-19 曾祥展 /// 假如勾2,3,4 則SelectedValue="2,3,4" /// public override string SelectedValue { ...
阅读全文
摘要:<select id="CategoryFirst" class="ld-select-1" name="CategoryFirst"><option value="">请选择大类</option></select><select id="CategorySecond" class="ld-select-1" name="CategorySecond"><option value="
阅读全文
摘要:<select id="Select1"></select><select id="Select2"></select><select id="Select3"></select><select id="Select4"> </select><script src="Scripts/jquery-1.6.1.min.js" type="text/javascript">
阅读全文
摘要:CascadingDropDown是jquery联动下拉框插件,可以用于asp.net,或者mvc3,采用ajax,返回json数据。 <asp:DropDownList ID="ddlRegion" runat="server"></asp:DropDownList><asp:DropDownList ID="ddlProvince" runat="server"></asp:DropDownList><asp:DropDownList ID="dd
阅读全文
摘要:实体框架调试时,Visualizer来显示Entity Framework生成的SQL代码 安装:复制下面的dll到 InstallPath\Microsoft Visual Studio 10.0\Common7\Packages\Debugger\Visualizers 链接:http://entityvisualizer.codeplex.com/
阅读全文