2006年4月10日

摘要: #region 判断输入的是否是数字函數 /// /// 名称:IsNumber /// 功能:判断输入的是否是数字 /// 参数:string strNumber:源文本 /// 返回值: bool true:是 false:否 public class myclass { /* * 判断字符串是否为数字函数,正则表达式 */ public bool IsNumbe... 阅读全文
posted @ 2006-04-10 17:42 黄毅.net 阅读(532) 评论(0) 推荐(0) 编辑
 
摘要: 本文总结如何在.Net WinForm和.Net WebForm(asp.net)中将图片存入SQL Server中并读取显示的方法 。1.使用asp.net将图片上传并存入SQL Server中,然后从SQL Server中读取并显示出来:1)上传并存入SQL Server 数据库结构 create table test { id identity(1,1), FImage image } 相关... 阅读全文
posted @ 2006-04-10 17:01 黄毅.net 阅读(250) 评论(0) 推荐(0) 编辑