文章列表
主下拉表,子下拉表,形成级联查询。数据分页查询!用到dwr技术+js+ss2h+T_SQL
分页浏览
数据库操作:
select top 5 * from ebook not in(select top 5*(page-1) * from ebook )
网址:http://msdn.microsoft.com/zh-cn/library/ae5bf541.aspx
导入包:using System.Text.RegularExpressions;
//实例化正则表达式对象
Regex rg = new Regex(@"^\d{11}$");
if (!rg.IsMatch(company.CompanyPhone))
return 0;
Regex rgs = new Regex(@"^\d{7}$&quo ...