问题描述
表如下(表名课程设置)
课程类型
RM RM 5天
RM RM 8天
REO REO 5天
REO REO 8天
首页设计如下
课程名称RM (dropdownlist1)
REO
第二页设计如下
课程类型dorpdownlist2
当我从dropdownlist1.i的第一页选择RM时想要显示课程类型RM 5天和RM从课程设置表开始,第8页到第二页。
我怎样才能在asp.net中使用csharp。
例外输出如下
首页
课程名称RM dropdownlist1(i选择RM课程从第一页开始)
第二页自动下拉列表2 RM 5天和RM 8天使用课程设置表显示如下
课程类型RM 5天(dropdownlist2)
RM 8天
Table as follows (Table name Course Settings)
Course Type
RM RM 5 Days
RM RM 8 Days
REO REO 5 Days
REO REO 8 Days
First page design as follows
Course Name RM (dropdownlist1)
REO
Second page design as follows
Course Type dorpdownlist2
When i select the RM from the first page from the dropdownlist1.i want to display course type RM 5 days and RM 8 days to second page from the course settings table.
for that how can i do in asp.net using csharp.
Excepted output as follows
First page
Course Name RM dropdownlist1 ( i select the RM course from the first page)
in Second page automatically to dropdownlist2 RM 5 days and RM 8 days to be displayed using course settings table as follows
Course Type RM 5 Days (dropdownlist2)
RM 8 Days
推荐答案
这篇关于使用表格显示第一页的下拉列表选定值到第二页dropdownlist2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!