HRMS
I have one text box with one button.If I type some ID related to the table created in database then below the same page all the related records of that ID has to be display as grid.
I have placed checkbox infront of each row of that grid.If i click on that checkbox then all the records in that row has to be selected. One is: if I click on button named ADD then it should go to ADD.JSP and there will be few fields related to that ID and have to enter few fields and need to update and save into database.
Another : If I click on delete button then it should go to delete.jsp and related records of that ID has to be deleted...
For all these checkbox ID should be taken.But In my code its not working..
Please help me.
Thank you in advance.