have a table that dynamically generates text boxes in run time. I want to delete the row that got checked. The table is connected with DB.
And, the check box ID's were appended by the TABLE DATA's ID. If, check any box, and click delete means, It have to get deleted. I have the back end codes.
I just want to get the ID value of any check box thats get selected, because it holds the row ID along with its own ID.
The dynamically generated Check box code looks like this.
x+= "<td>" + "<input id='cid"+id + "'type=checkbox />"
Any suggestions would be appreciative. I am using JavaScript here. Jquery notations also useful for me. Thanks
Any conceptual idea about selecting more that 1 row and deleting will be more appreciative.
Again Thanks.