asp.net中Ajax调用步骤
我正在使用 C Sharp 语言开发 ASP.NET。我想在下拉菜单中使用ajax。当用户从下拉列表中选择一个项目时,必须向用户显示相关信息。
请告诉我在这种情况下使用ajax的步骤。
谢谢
i am working on asp.net using c sharp language. I want to use ajax on drop down. When user selects an item from drop down, the relative information must be shown to user.
Please tell me the steps to use ajax in this case.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因此,假设您有一个下拉列表
和一个将返回信息的操作,
此脚本将处理下拉列表的更改客户端事件
so assuming you have a dropdown
and an action that will return the info
this script will handle the change client event of the dropdown