1.运用ComboBox的控件建立效果,如右图: 2.建立三个表,第一个Province表: PID,PName;第二个为city表: CId,CName,PId;第三个为coun表:CounID,CounName,CId; 3. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using Sys…