使用多个触发器动态填充
我想从表单中的多个其他字段动态填充表单字段。
如果输入A或输入B发生变化,输入C应该根据输入A和输入B中的值进行更新。Ajax
控件工具包中的DynamicPopulateExtender就差不多做到了这一点。有了它,我可以根据触发器填充目标。
I want to dynamically populate a form field from multiple other fields in the form.
If input A or input B is changed, input C should be updated based on the values in input A and input B.
The DynamicPopulateExtender in Ajax control toolkit has almost this. With it I can populate a target based on a trigger.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用 jQuery 解决了...
Solved with jQuery...