与下拉列表绑定的数据网格
当下拉列表 SelectedIndexChanged 事件发生时,如何动态更改数据网格的内容以从数据库中选择正确的数据?
更具体地说,我有一个苹果、橙子和珍珠的下拉列表。
当下拉列表从苹果变为橙色时,我希望数据网格像这样“select count(*) fromfruit where name='orange'”这样查询数据库并动态更新内容。
How do I dynamically change the content of a data grid to select the correct data from database when the drop down list SelectedIndexChanged event happens?
To be more specific, I have a dropdown list of apple, orange and pearl.
When the dropdown list changes from apple to orange, I want the datagrid to query the database like this "select count(*) from fruit where name='orange'" and dynamically update the content.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试此操作并确保您的 DropDownList1 将 AutoPostBack 属性设置为 true
Try this one also make surethat your DropDownList1 have the AutoPostBack property set to true