Click here to Skip to main content
15,914,419 members

Comments by Vineet_2109 (Top 55 by date)

Vineet_2109 26-Sep-12 15:51pm View    
On the button click event it would work perfectly fine. But when data is loaded at that time is should check for validation. so which event should be proper ?
Vineet_2109 25-Sep-12 12:03pm View    
Thanks for your solution. I am wondering on which particular event of DataGridView i should write this code.
Vineet_2109 24-Sep-12 18:14pm View    
C1 C2
R1 22-11 22-11
R2 45 33

C1 and C2 are coloumn and R1 & r2 are rows.. for 1st Row 22-11 is same in both columns but in 2nd row it 45 and 33 do not match. so i need to to this comparision.

It data do not match so that row will be seen in red color.

Please help. DataGridView
Vineet_2109 23-Sep-12 14:01pm View    
Yes, i know and i am asking about similar event for winForm which could help.
Vineet_2109 23-Sep-12 14:00pm View    
Yes, if i can get a tutorial then its perfectly fine. Afterwards i will implement in my project.