03 2007 档案

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