怎么用javascript进行拖拽
摘要: http://www.sohotx.com/mzk/index.php/1007/ArticleContent/298.html
阅读全文
gridview无数据行时显示表头的方法
摘要: //使用方法://在page_load事件中加入下列样式代码,其中grdPay为GridView.必须设置grdPay的EmptyDataText属性不为空. if (this.IsPostBack == false) { grdPay.DataBind(); } UGridView grd = new UGridView(grdPay);//源程序using System;using Syste...
阅读全文