08 2005 档案
一个DataGrid分页控件,c#写的,再vb.net中调用,将会不断完善的
摘要:using System;using System.Web.UI;using System.Web.UI.WebControls;using System.ComponentModel; namespace wxc{ /// ///作者:kasafuma /// [DefaultProperty("Text"), ToolboxData("")] public class Pager : S... 阅读全文
posted @ 2005-08-10 16:13 kasafuma 阅读(1288) 评论(0) 推荐(0)
调用分页存储过程的函数
摘要:CREATE PROCEDURE sp_page @tb varchar(50), --表名 @col varchar(50), --按该列来进行分页 @coltype int, --@col列的类型,0-数字类型,1-字符类型,2-日期时间类型 @orderby bit, --排序,0-顺序,1-倒序 @coll... 阅读全文
posted @ 2005-08-04 16:10 kasafuma 阅读(1608) 评论(1) 推荐(0)