在TextBox控件中加入onkeyop="value.replace([^\d]/g,'')"过滤非整数字符 onkeyop值改变事件 onclick:单击事件 onblur:当光标失去焦点事件 onkeypress:键按下事件
onfocus:获取焦点时事件
C#中npoi操作Excel[版本2.0.1读写2003、2007格式链接
http://blog.csdn.net/pukuimin1226/article/details/9701107
EXCEL导入导出NOPI
http://download.csdn.net/detail/mryanghenglian/6873615
get方式 :1,是从服务器中获取数据
2.服务器端调用Request.Querystring["userName"];
3.安全性低,但是执行效率却比post方式高
4.数据查询使用get
post方式:1.是向服务器传送数据
2.Request.Form["userName"];
3.安全性高,但是执行效率却比post方式低
4.增删改使用post方式
function openWindow(url,name,iWidth,iHeight)
{
var iTop=(window.screen.availHeight-30-iHeight)/2;
var iLeft=(window.screen.availWidth-30-iWidth)/2;
window.open(url,name,'height'+iHeight+',width='+iWidth+',top='+iTop+',left='+iLeft+',toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,status=yes');
}
动态绑定列