Data Grid
Hello,
I want to enter data at once related to specific date. The entry includes checkbox, select control, text box bla bla. The select control options are retrived from database. I already designed page. But it is used to enter only one record at a time. Instead, i want to enter all records belongs to trans_date at once. Like Grid.
When i submit the form(grid) it checks for duplicates. I have primary key column in the table. But its not only used for duplicate checking.
Table Structure:
indexno empid trdate opr_no qty pay_type overtime(Y/N) nohours othours
Note: the same empid can have more than on record satisfying the condition opr_no,pay_type,trdate(these must be different).
Thanx in advance
|