02 2015 档案
摘要:微软的DataPager分页功能很强大,不要设置数据库存储过程,只要添加个DataPager控件,关联下要分页的控件,简单设置就可以有不错的分页效果。当然要有更理想的效果还是要前台和后台处理下。winform下的DataPager 显示模式:webForm下的样式由TemplatePagerFiel...
阅读全文
摘要:js获取select标签选中的值var obj = document.getElementById(”testSelect”);var index = obj.selectedIndex;var text = obj.options[index].text;var value = obj.optio...
阅读全文
摘要:function isIE() { //ie? if (!!window.ActiveXObject || "ActiveXObject" in window) return true; else ...
阅读全文
浙公网安备 33010602011771号