会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Leon_XL
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
2015年10月30日
asp.net:验证控件中ValidationExpression的写法
摘要: 手机号:"\d{11}"传真号:"\d{7,12}"EMAIL: ".{2,15}@.{2,15}\..{2,4}"邮箱正则表达式:/^[0-9a-zA-Z]+@(([0-9a-zA-Z]+)[.])+[a-z]{2,4}$/i (较好)验证数字:只能输入1个数字表达式 ^\d$描述 匹配一个数字匹...
阅读全文
posted @ 2015-10-30 15:27 Leon_XL
阅读(3117)
评论(0)
推荐(2)
2015年10月17日
asp.net:录入数据库的中文变问号
摘要: 表格是可以接受中文的;类型也是nvarchar的;还是出现写中文变问号??这时候请加入转义大写N;如:原查询语句:insert into table1(name) values('蜘蛛侠')修改后的语句:insert into table1(name) values(N'蜘蛛侠')
阅读全文
posted @ 2015-10-17 02:27 Leon_XL
阅读(1455)
评论(4)
推荐(0)
2015年10月15日
asp.net:repeater嵌套(常用于新闻等在首页归类显示)
摘要: using System;using System.Configuration;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Security;using System.Web...
阅读全文
posted @ 2015-10-15 20:47 Leon_XL
阅读(421)
评论(0)
推荐(0)
asp.net:用类来后台绑定数据源
摘要: //封装成一个using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Syst...
阅读全文
posted @ 2015-10-15 14:42 Leon_XL
阅读(878)
评论(0)
推荐(0)
上一页
1
2
3
公告