摘要:
在ASP.NET下实现数字和字符相混合的验证码http://dev.csdn.net/develop/article/22/22618.shtm 首先,我要简要说说Session和ViewState的用法,因为后面会用到它 把数据存储在Session中:Session("key")="test" 从Session取值:dim testvalue as string=Sess... 阅读全文
posted @ 2006-09-19 10:01
Nina
阅读(419)
评论(0)
推荐(0)
摘要:
Using the Random Class 随机类的使用In this article well be going over how to use the Random class found in the System Namespace. The Random class can be used to generate random numbers a number of differen... 阅读全文
posted @ 2006-09-19 08:41
Nina
阅读(692)
评论(0)
推荐(0)
摘要:
关键词: 数据库 存储过程 Procedure http://www.blog.edu.cn/user1/8040/archives/2006/1425471.shtml存储过程可以使得对数据库的管理、以及显示关于数据库及其用户信息的工作容易得多。存储过程是 SQL 语句和可选控制流语句的预编译集合,以一个名称存储并作为一个单元处理。存储过程存储在数据库内,可由应用程序通过一个... 阅读全文
posted @ 2006-09-19 08:02
Nina
阅读(921)
评论(0)
推荐(1)