hey,
i need to insert a row into datagridview meanwhile it has to be updated in the database(backend) using oledb.
thanks inadvance

Do you have a strongly typed dataset behind?

If so, you can just do the following:

DataSet1.DataTable.Rows.AddRow(values)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.