本文介绍了Take Two DropDownList&在Asp.Net C#中获取公共数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨..



i希望从sql server的一个下拉列表中获取数据

&other dropdownlist无法显示我们选择的ddl1。



假设我们有一个table.it应该进入下拉列表-1

id-1,2,3,4

来源 - 浦那,孟买,德里,加尔各答



和第二个包含目的地&它还使用普通表





所以我们如何才能实现这一目标

来源 - 浦那

目的地可能是 - -Mumbai,Delhi,Kolkata



它不能选择ddl1 ....



如何我们可以实现这个目标吗。请尽早找到我的解决方案

..



谢谢和问候

Vivek

Hi..

i want take data in one dropdownlist from sql server
& other dropdownlist can't display that we select in ddl1.

suppose we have one table.it should be come in dropdown-1
id-1,2,3,4
source-Pune,Mumbai,DelKolkata

and in second that contain destination & its also use common table


so how we can achieve this like
source--pune
destination may be---Mumbai,DelKolkata

it can't take ddl1 selection ....

How can we achieve this target .please find my solution
early as early possible..

Thanks & Regards
Vivek

推荐答案


这篇关于Take Two DropDownList&在Asp.Net C#中获取公共数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 05:06