摘要: using System;using System.Collections.Generic;using System.Text;using System.Data.SqlClient;using System.Collections;using System.Data;// 摘要:数据访问助手。// 作者:ZhiQiao// 日期:2008/07/02namespace ZhiQiao.DataA... 阅读全文
posted @ 2008-07-07 14:15 NanKe Sir's Blog 阅读(9033) 评论(5) 推荐(1)
摘要: 为 CombBox 添加 Validating 事件,代码如下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->// 当输入的值在 CommboBox 中不存在时,选中第一项;若列表为空则清空输入。// 使用方法:在 ComboBox 的 Vali... 阅读全文
posted @ 2008-07-07 09:16 NanKe Sir's Blog 阅读(821) 评论(2) 推荐(1)