摘要: protected void btnAdd_Click(object sender,EventArgs e) { txtEmpID.Text = Coeno.Utility.String.CleanUpInput(txtEmpID.Text); txtEmpName.Text= Coeno.Util 阅读全文
posted @ 2019-07-06 17:19 韩小花 阅读(561) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text; namespace Coeno.Tools { public static class SDBC { public static string ToDBC(string 阅读全文
posted @ 2019-07-06 16:14 韩小花 阅读(219) 评论(0) 推荐(0) 编辑
摘要: --注释:App_Code(.cs文档) using System;using System.Text.RegularExpressions;using System.Web;using System.Configuration;using System.Web.UI;using System.Da 阅读全文
posted @ 2019-07-06 15:19 韩小花 阅读(160) 评论(0) 推荐(0) 编辑