MVC 3,下拉列表选择
我有一个功能下拉列表。我还有两个与下拉列表相关的文本框。我希望当下拉列表更改并初始化时,用所选对象的数据填充文本框。这可能吗?
I have a function dropdown list. I also have two text boxes related to the dropdown list. I want the populate the the textboxes with data from the selected object when the dropdown list changes and is initialized. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以使用 jquery 函数,如下所示:
Yes, You can use a jquery function like this: