摘要: @charset "utf-8";/* CSS Document *//*CSS reset*/body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,fieldset, lengend, button, input, textarea,th, td {margin: 0;padding: 0;}body,button, input, select, textarea {font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53& 阅读全文
posted @ 2013-01-31 22:52 三月何水 阅读(221) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title> <link href="../ext-2 阅读全文
posted @ 2012-11-07 08:28 三月何水 阅读(226) 评论(0) 推荐(0)
摘要: using System;using System.Text;using System.Web.UI;namespace Controls{ public class DataPager : Control, IPostBackEventHandler { #region Property /// <summary> /// 当前页索引 /// </summary> public int CurrentIndex { get { return Convert.ToInt16(V... 阅读全文
posted @ 2012-09-01 15:37 三月何水 阅读(122) 评论(0) 推荐(0)