更新面板更新

发布于 2024-10-26 05:29:09 字数 115 浏览 1 评论 0原文

我在更新面板中有一个 ASP.NET AJAX 自动完成文本框和另外两个下拉列表。 在自动完成文本框中选择一个项目时,我想从数据库填充下拉列表。

知道如何实现这一目标吗?

谢谢 维克斯

I have a ASP.NET AJAX Autocomplete Textbox and Two other dropdownlist in a Update Panel.
On selection of an item in Autocomplete Textbox, I want to populate Dropdown list from Database.

any idea how to achive this?

Thanx
Vks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

内心荒芜 2024-11-02 05:29:09

For this particular application, I suggest that you use a ASP.NET AJAX ComboBox instead of the Autocomplete Textbox.
With the ComboBox, it will be easier to trigger an async postback for your updatepanel and then bind the Dropdown list to the Database.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文