insert from Datagrid
how to insert few columns from datagrid to table?
i have two columns(name and address field) in datagrid..when i click insert button in datagrid control i want to insert this two column to table which have five column id,name,address,age,and dob..same time id,age,dob are getting from another table..
please help how to do this using C#?
|