Click here to Skip to main content
15,914,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am developing datagridview application in windows.
I have a problem with compare old cell value and new cell value.
If new cell value < 500 (old cell value) so it could be change,other wise no change value.

How it can be possible for two three more rows.

Thank You.

Ankit Agarwal
Posted
Comments
Christian Graus 8-Jan-13 3:37am    
Post your code so we can see what you mean

1 solution

Create an after edit event, this normally has an oldvalue and a newvalue in the attribute (e). Compare the values and take the appropriate action.
 
Share this answer
 

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