Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am create windows application using c# 2010, here i am using data grid view for billing purpose, here i am find my previous id and get the values for data grid view as per rows, but i am add new one row for same id.

How to save that new one row in same id.

Give me any one ideas.

What I have tried:

How to update data grid view rows in same id in c# winforms 2010
Posted
Updated 2-Aug-16 3:39am

1 solution

Maybe you could benefit from using a BindingList, here is an example:
BindingList Example[^]
Here is a more advanced tutorial: A Detailed Data Binding Tutorial[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900