摘要:
前台代码: View Code后台代码:public StringBuilder seriesData = new StringBuilder(); public DataSet ds1; public DataSet ds2; protected void Page_Load(object sender, EventArgs e) { ... 阅读全文
posted @ 2014-03-20 17:31
Liu66~
阅读(2618)
评论(2)
推荐(0)
摘要:
身份证号检测:/// /// 检验身份证号是否正确 /// /// /// public static bool CheckIDCard(string Id) { if (Id.Leng... 阅读全文
posted @ 2014-03-20 13:51
Liu66~
阅读(549)
评论(0)
推荐(0)