跳到主要內容

發表文章

目前顯示的是有「MVC」標籤的文章

ASP.NET USE BonduleConfig.cs / Bondule.config

BonduleConfig.cs :------------------------------------------------------------ bundles.Add(new ScriptBundle("~/bundles/jquery").Include(                    "~/Scripts/jquery-{version}.js")); bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include(                     "~/Scripts/jquery-ui-{version}.js"));  Bondule.config:------------------------------------------------------------ <styleBundle path="~/Content/css">       <include path="~/Content/bootstrap.css" />       <include path="~/Content/Site.css" />   </styleBundle> xxx.aspx------------------------------------------------------------ <asp:PlaceHolder runat="server">                     <%: Scripts.Render("~/bundles/jquery") %>          <%: Scripts.Re...

MVC Sample ListBox 2 Listbox (Select multiple)

@{     ViewBag.Title = "角色人員維護-查詢"; } <table style="width:100%" border="0" cellspacing="0">     <tbody>         <tr>             <td height="25" class="menu_1">                 <span class="main_title">                     &nbsp;&nbsp;<span>@ViewBag.Title</span>                 </span>             </td>         </tr>         <tr>             <td></td> ...

MVC Sample fancyTree to fancyTree

@{     ViewBag.Title = "角色權限維護 - 查詢"; } <table style="width:100%" border="0" cellspacing="0">     <tbody>         <tr>             <td height="25" class="menu_1">                 <span class="main_title">                     &nbsp;&nbsp;<span>@ViewBag.Title</span>                 </span>             </td>         </tr>         <tr>             <td></td> ...