if i select any row in DataGridview its displaying its value in Texboxes.Now what i want if i change that anytextbox value then its automatically comes to datagridviewand the Datagridrow status should be in update mode.

Hi!

When you have written values in the textboxes, you should run an UPDATE query that will populate the DB. Now, Select the records from the same table and re-bind Datagridview with populated result.

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.