database - Delete selected checkbox ticked rows -
i new on jsp. providing checkboxes in front of every row being fetched db. want delete rows checkboxes have been checked. please suggest how achieve task on submit of form. can make delete query @ end issue check boxes ticked or not ticket approach. have way request.getparameter("delete_checkbox").value
or this?
this need :
as shown in tutorial in value attribute
pass id of records.
parse them long in servlet , make server hit delete
.
Comments
Post a Comment