JSP中的CRUD操作
当数据存在时如何循环复选框 从数据库中的表中检索?
如何在以下情况下填充弹出窗口 在表中选中复选框以 更新表格?
How to loop a checkbox when data is
retrieved from table in a database?How to populate a pop-up window when
checkboxes are checked in a table to
update the table?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为复选框提供数据库 ID 值,然后单击编辑链接检查 ID 并从弹出窗口中的数据库获取该 ID 的数据。现在您已经有了 raw 的 id,您可以轻松更新数据。
希望你理解。
Give checkboxes value of database id and on clicking on edit link check for the id and get the data for that id from database in popup. Now that you have id of raw you can easily update the data.
Hope you understand.