本文介绍了MVC:如何创建自定义模型绑定复合体的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我需要一个Custom Model Binder复合体,其中包含:4个文本框,4个下拉列表和一个单选按钮.如果一个下拉列表更改了值,那么另一个下拉列表将相应地更改其值.


我已经在Google中搜索过,没有找到任何对我有帮助的信息.

任何帮助将不胜感激.

谢谢.

Hi,

I need a Custom Model Binder complex which contain : 4 text boxes ,4 drop down lists , and a radio button. If one drop down list changes values then the other drop down lists change their values accordingly.


I have searched in Google and did not find anything which helped me.

Any help is greatly appreciated.

Thanks.

推荐答案


这篇关于MVC:如何创建自定义模型绑定复合体的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-18 18:52