zoukankan      html  css  js  c++  java
  • ASP.NET 省市县三联动 (包含用户控件)

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

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

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

     1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm6.aspx.cs" Inherits="添加行.WebForm6" %>
     2 
     3 <%@ Register Src="~/ProCityDis.ascx" TagPrefix="uc1" TagName="ProCityDis" %>
     4 
     5 
     6 <!DOCTYPE html>
     7 
     8 <html xmlns="http://www.w3.org/1999/xhtml">
     9 <head runat="server">
    10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    11     <title></title>
    12 </head>
    13 <body>
    14     <form id="form1" runat="server">
    15     <div>
    16         <uc1:ProCityDis runat="server" id="ProCityDis" />
    17     </div>
    18     </form>
    19 </body>
    20 </html>
    前台

     资料下载:

  • 相关阅读:
    bzoj2555-SubString
    离散对数
    xsy1436-括号游戏
    bzoj1143-祭祀
    连通分量
    bzoj3864-hdu4899-Hero meet devil
    bzoj3238-差异
    poj1065-Wooden Sticks
    多项式除法
    JavaScript 对象
  • 原文地址:https://www.cnblogs.com/hanxiaofei/p/5810312.html
Copyright © 2011-2022 走看看