Scenario is.... I have to select a row in datagridview and save those datas to database.It can any number of columns present. how to achieve this..
A:
Good way to achieve this is to create XML string of all modified rows.
Than pass this string to Stored procedure.
In stored procedure use OpenXML which allow you to update multiple rows easily.
Pranay Rana
2010-06-18 05:30:43