2007年6月1日

在Asp.net中使用事件

摘要: 在用户控件中编写事件: public class UsePageEventArgs : EventArgs{ private int pageindex; public UsePageEventArgs(int pageindex) { this.pageindex = pageindex; } public int Pageindex { ... 阅读全文

posted @ 2007-06-01 10:58 龙少爷 阅读(198) 评论(0) 推荐(0) 编辑

在Oracle中编写返回数据集的包

摘要: create or replace package tgatePack is -- Author : GSL -- Created : 2007-06-01 10:30:24 -- Purpose : -- Public type declarations type rDataSet is ref cursor; -- Public function and procedure... 阅读全文

posted @ 2007-06-01 10:51 龙少爷 阅读(436) 评论(1) 推荐(0) 编辑

导航