本文介绍了如何在每个选定的索引中调用函数更改的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

2015年(dropdownlist1)月份1月(dropdownlist2)



课程Dropdownlist3(AMC)



列表框1列表框2

CTF



当我点击下拉列表3(AMC)时,在列表框1中将显示CTF。



当我点击listbox1时,listbox2选择的课程(CTF)批日期将显示在Listbox2中。







运行模式示例如下



2015年(已选定)月份Janaury(已选择)



课程AMC(精选)



Listbox1 Listbox2

CTF 2015年1月27日

TFC



当我在Listbox2的Listbox1中点击TFC时,我会显示



Listbox1 List box2

TFC 2015年1月29日



当我点击Listbox2 2月份日期的Dropdownlist2中的二月份时,我会显示。



我在Listbox1已经有CTF,因为我们已经选择了dropdownlist3。



我该怎么办asp.net使用c#

Year 2015(dropdownlist1) Month January(dropdownlist2)

Course Dropdownlist3 (AMC)

Listbox1 Listbox2
CTF

When i click the dropdownlist3(AMC), in Listbox1 CTF will be displayed.

When i click the listbox1, in listbox2 selected course(CTF) batch date will displayed in Listbox2.



Run mode example as follows

Year 2015(selected) Month Janaury(selected)

Course AMC(Selected)

Listbox1 Listbox2
CTF 27 jan 2015
TFC

Simliarily when i click TFC in Listbox1 in Listbox2 Bathdate will displayed

Listbox1 Listbox2
TFC 29 Jan 2015

Simliarily when i click the February month in Dropdownlist2 in Listbox2 February month date to be displayed.

I n Listbox1 already CTF is there because we already selected the dropdownlist3.

for that how can i do in asp.net using c#

推荐答案


这篇关于如何在每个选定的索引中调用函数更改的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-22 06:16