Delete multiple records with checkboxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saurabhbpl
    New Member
    • Nov 2006
    • 4

    Delete multiple records with checkboxes

    hi,
    i want to delete record that check by checkbox and also if i select all option than all record select delete after press the delete button like a yahoo email and hotmail.plz. give me suggestion,
    thanks & egards,
    saurabh.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    See my post in http://www.thescripts.com/forum/post2253659-4.html .

    You can use that sample to connect each checkbox (via the value= attribute) to the key of the record/row to be deleted. When clicked you check which ones and perform the delete on the passed key value.

    Ronald :cool:

    Comment

    Working...