jQuery - Ajax - 当用户更改 DropDownList 中选定的索引时,如何将 ascx 加载到 DIV 中
在 A.ascx 中,我有一个 DropDownList 和一个 DIV。 DropDownList 是动态填充的。
当用户更改 DropDownList 中选定的索引时,如何将 B.ascx 加载到 DIV 中。 这应该在客户端通过使用 jQuery 和 Ajax 完成,无需回发。
In A.ascx I have one DropDownList and one DIV. The DropDownList is populated dynamically.
How do I load B.ascx into the DIV, when the user changes the selected index in the DropDownList. This should be done on the client side without postback, by using jQuery and Ajax.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)