2005年8月15日

公共资源管理与共享子系统——公共资源管理模块(转载)

摘要: 目 录摘要……………………………………………………………………………………1一、 引言…………………………………………………………………………….1(一)开发公共资源管理与共享系统的意义………………………………………….2(二)应用技术简介…………………………………………………………………….21. 开发工具(Microsoft Visual Studio.net、C#、SQL SEV... 阅读全文

posted @ 2005-08-15 09:50 junetan 阅读(1276) 评论(3) 推荐(0) 编辑

一些常用的辅助代码 (网络收藏)

摘要: 点击返回上页代码: 弹出警告框代码: 点击打开新窗口 删除记录时弹出确认框: 关闭打开的窗口 关闭窗口 清空INPUT且选定onClick="Javascript:this.value=''" onFocus="this.select()" onMouseOver="this.focus()" 右键屏蔽 连串英文自动换行的解决方法 IE5.5style="LEFT: 0px; WIDTH: 10... 阅读全文

posted @ 2005-08-15 09:48 junetan 阅读(848) 评论(0) 推荐(0) 编辑

DataGrid自定义分页控件WebControl

摘要: 用了DataGrid控件很长时间,觉得分页功能有限,比如,没有共有多少条记录的提示、定位到底第几页等等,可以用WebControl 模拟出来,但是每次用都需要拷贝同样的代码很繁琐,本人很懒,所决定写一个控件来解决,命名为DataGridNavigator; 代码如下: using System;using System.Web.UI;using System.Web.UI.WebControl... 阅读全文

posted @ 2005-08-15 09:25 junetan 阅读(1563) 评论(0) 推荐(0) 编辑

导航