posts - 14,  comments - 2,  trackbacks - 0
08 2006 档案
Stored Procedures pagination
摘要: CREATEProcPage_GridView@QueryStrvarchar(8000),--表名、视图名、查询语句@PageSizeint=10,--每页的大小(行数)@PageCurrentint=1,--要显示的页@FdShowvarchar(8000)='',--要显示的字段列表,如果查询结果不需要标识字段,需要指定此值,且不包含标识字段@FdOrdernvarchar(1000)=''...阅读全文
posted @ 2006-08-31 10:13 Liangyy 阅读(102) | 评论 (0) 编辑
Lead the data out to excel(2)
摘要: PublicSharedFunctionDownLoadExcelToClient()FunctionDownLoadExcelToClient(ByValFileNameAsString,ByValTmpStrAsString)AsBooleanDownLoadExcelToClient=TrueDimxlAppAsObjectDimxlBookAsObjectDimxlSheetAsObjec...阅读全文
posted @ 2006-08-29 09:25 Liangyy 阅读(77) | 评论 (0) 编辑
Services is Start-up (ASP.NET State Service)
摘要: Classsetup.csusingSystem;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.Configuration.Install;usingMicrosoft.Win32;usingSystem.Diagnostics;usingSystem.IO;namespaceClasssetup{[RunInstal...阅读全文
posted @ 2006-08-29 09:21 Liangyy 阅读(148) | 评论 (0) 编辑