DataGrid sending data |
| Sanjay Verma replied to touseef ahmed at 11-May-08 11:53 |
Simple, Make one datatable, add your values to that table. then add rows to your table. Then bind that table to your gridView and then assign that values of table to your database table.
You can do that process row by row also. Means, when one row is added to the gridView, also fire an Insert query for that to store that row value in your database table. |
| Biography |
| Asp.Net Developer |
|