且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

ASP.NET中 DropDownList+ListView(列表视图)的使用前台绑定

更新时间:2022-09-19 09:56:34

ylbtech-ASP.NET-Control-Bind:DropDownList+ListView(列表视图)的使用前台绑定

 ASP.NET中 DropDownList+ListView(列表视图)的使用前台绑定。

1.A,运行效果图返回顶部
ASP.NET中 DropDownList+ListView(列表视图)的使用前台绑定
1.B,源代码返回顶部
ASP.NET中 DropDownList+ListView(列表视图)的使用前台绑定View Code
/web.config
<connectionStrings>
        <add name="NorthwindConnectionString" connectionString="Data
                    Source=.;Initial Catalog=Northwind;Integrated Security=True"
                        providerName="System.Data.SqlClient"/>
    </connectionStrings>
1.C,资源下载返回顶部

http://files.cnblogs.com/ylbtech/WebForm-Drop-XList.rar


本文转自ylbtech博客园博客,原文链接:http://www.cnblogs.com/ylbtech/archive/2013/03/05/2943957.html,如需转载请自行联系原作者