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 { ... 阅读全文
posted @ 2011-06-20 21:50 曾祥展 阅读(792) 评论(0) 推荐(0) 编辑
摘要:<select id="CategoryFirst" class="ld-select-1" name="CategoryFirst"><option value="">请选择大类</option></select><select id="CategorySecond" class="ld-select-1" name="CategorySecond"><option value=" 阅读全文
posted @ 2011-06-04 17:22 曾祥展 阅读(2635) 评论(0) 推荐(2) 编辑
摘要:<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"> 阅读全文
posted @ 2011-06-04 16:44 曾祥展 阅读(2298) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2011-06-04 15:47 曾祥展 阅读(5691) 评论(5) 推荐(1) 编辑
摘要:实体框架调试时,Visualizer来显示Entity Framework生成的SQL代码 安装:复制下面的dll到 InstallPath\Microsoft Visual Studio 10.0\Common7\Packages\Debugger\Visualizers 链接:http://entityvisualizer.codeplex.com/ 阅读全文
posted @ 2011-06-04 13:39 曾祥展 阅读(1095) 评论(1) 推荐(0) 编辑