Hi folks,
In sql database employee table having id,name,status in employer system.here,id field represents employee id , name field represents name of employee and status filed represents status of employee presence in office whether attend or absent.
by default,status field having null value in the table.
my requirement is,
all employee names of employee table should be displayed in jsp page along with 2 checkboxes for table updation whether that employee attend or absent.
Please let me get sample jsp page for this requirement.
Thanks
Ravi Gaddam