dynamic creation and deletion of rows in table
hi friends,
i have a problem. i have to dynamically generate rows for a table and at the end of each row there will a checkbox. now outside the table i have a delete button. when i check a row and press delete button, that row should be deleted.This can be done by creating a flg variable for each rows but it cannot be done in my application bcos there may be thousands of rows... please help me....

