创建一个ASP通用分页类(4)
日期:2020-05-13 栏目:程序人生 浏览:次
'===============================================
'PageSize 属性
'设置每一页的分页大小
'===============================================
Public Property Let PageSize(int_PageSize)
If IsNumeric(Int_Pagesize) Then
XD_PageSize=CLng(int_PageSize)
Else
str_error=str_error & "PageSize的参数不正确"
ShowError()
End If
End Property

内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:http://www.heiqu.com/3613.html