Hi, I am using button column in datagridview , i want to change runtime change the text of button. e.g. suppose i have 5 rows and 2 columns (1st column is Test No. and 2nd Column is Start Test) in datagridview. Now am adding the button column to 2nd column name 'Start' . Now in Form load i want to change Button text 'Start' To 'Continue' in case of test pending.
How i can do this..
Thanks in advance.