将压缩文件下载解压后,将用户控件拖到解决方案里,直接可以拖到需要用到的页面里 使用;

数据库是最新的(父子级关系表结构----Region2016.sql)

右键记事本打开,放在sqlServerl里执行。

ASP.NET 省市县三联动 (包含用户控件)-LMLPHPASP.NET 省市县三联动 (包含用户控件)-LMLPHP

 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm6.aspx.cs" Inherits="添加行.WebForm6" %>

 <%@ Register Src="~/ProCityDis.ascx" TagPrefix="uc1" TagName="ProCityDis" %>

 <!DOCTYPE html>

 <html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<uc1:ProCityDis runat="server" id="ProCityDis" />
</div>
</form>
</body>
</html>

前台

资料下载:

05-11 22:26