随笔分类 - ASP MVC .NET
摘要:>" %> 首页 房屋信息 标题: 价格 房屋位置 不限 知春路 中关村大街 学院路 朝阳路 --%> 房型 ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using HouseSys.Models;using HouseSys.BLL;namespa...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.ComponentModel;using System.Data.Sql;using System.Data;u...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.ComponentModel;namespace HouseSys.Models{ [Serializab...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.ComponentModel;using System.Data.SqlClient;using System....
阅读全文
摘要:/* ---- mvc_pager ---- */.mvc_pager{ float:left; width:100%; display:block; text-align: center; margin-top: 2px; font-family: Arial...
阅读全文
摘要:PagerExtension:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web.Mvc.Html;using System.Web.Routing;na...
阅读全文
摘要:在.net中,除了人手动写分页类之外,微软还提供了官方的分页,分页工具类包括PagedList和PagerExtension,先来看看PagedList类里面是怎么写的:PagedListusing System;using System.Collections.Generic;using Syst...
阅读全文