I have to save this data in two tables of database
There is a form with name and employee id(textboxes)
and a grid containing all skills of employee like .net, sql etc
Now when i click on save button then ...In table1: we have to save employee id and name and in Table2 we
save employee id and skills so, the table2 contains rows as
1 .net
1 sql
1 javascript
2 .net
2 jquery
How to do this... please guide..