C# comboBox实现省市两级联动(winform)
摘要:
新建一个win form应用程序,拖两comboBox控件。数据库见前一篇文章。 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Draw 阅读全文
posted @ 2011-05-26 18:45 诗闵 阅读(10633) 评论(2) 推荐(4)