很久没有写ASP.NET了,今天有看到论坛上一个问题:"两个dropDownList和一个GridView,已经进行了数据绑定,现在想让第一个下拉菜单的数据改变时,第二个下拉菜单自动变到相应的数据,同时选中gridview中相对应的行,不知道如何实现,很急,求大神相助" 其实,实现起来算得上简单,下面先从准备数据开始,创建一个对象Customer: source code: using System; using System.Collections.Generic; using Sy…
http://www.tuicool.com/articles/ENfe2u https://github.com/tobiasflohre/movie-database What is the best way to build a web application? I know, tough question, and in the end, there cannot be one definitive answer, because otherwise there wouldn’t exi…
这篇文章主要介绍了JQuery中两个ul标签的li互相移动实现方法,可实现ul标签中li标签内容相互替换的技巧,涉及jQuery操作页面元素的相关技巧,需要的朋友可以参考下 本文实例讲述了JQuery中两个ul标签的li互相移动实现方法.分享给大家供大家参考.具体实现方法如下 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xh…