11 2008 档案
简单使用aspnetpage分页控件
摘要:public partial class Default : System.Web.UI.Page { protected static string CONNECTIONSTRING = System.Configuration.ConfigurationManager.AppSettings["configer"]; protected void...
阅读全文
固定table 的标题行
摘要:列头 列头 h1 h2 h3 h4 h5 565656 565656 5656565656 56565656 56565656 56565656 56565656 56566666666666666666666666666666666666666666666666666666666666666666565656 a 单元...
阅读全文
asp.net 读取Excel
摘要:using System; using System.Collections; using System.Configuration; using System.Data; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System....
阅读全文
js 层随着滚动条上下移动
摘要:var tips; var theTop = 10; /*这是默认高度,越大越往下*/ var old = theTop; function moveTips() { var tt = 0; if (window.innerHeight) { pos = window.pageYOffset } else if (document.documentEle...
阅读全文
Iframe自动适应宽度和高度(both IE and Firefox )
摘要:iframe 这里有什么? 还有一种方法是不需要js控制的。与大家分享一下 上面是必须要替换的 (如果是想尝试一下 就Ctrl+C and Ctrl+V 一下。。。) ...
阅读全文