填充相关的下拉列表AJAX

填充相关的下拉列表AJAX

本文介绍了填充相关的下拉列表AJAX C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有人,

我有3个与Ajax cascadingdropdownlists相关的ASP下拉列表.通常,第一个填充是从DB填充的,第二个填充是根据db填充的,取决于第一个填充的值,最后第三个填充物则依赖于第一个和第二个填充.如何通过Web服务做到这一点?

问候,

Dear all,

I have 3 ASP dropdownlists associated with Ajax cascadingdropdownlists. The 1st one is filled in from the DB normally, the second one is filled from db depending on the value of the 1st one, finally the 3rd one is filled depending on the first and second one. How can I do that via Web Services?

Regards,

推荐答案


这篇关于填充相关的下拉列表AJAX C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-27 13:46