Highlight button
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have two radiobuttons of same group and three buttons back, next and cancel in the same order. if i check any of the radiobuttons, back button is highlighting. i want Next button to be highlighted.i.e Focus should be on Next button. Any solutions?? Imran.
-
I have two radiobuttons of same group and three buttons back, next and cancel in the same order. if i check any of the radiobuttons, back button is highlighting. i want Next button to be highlighted.i.e Focus should be on Next button. Any solutions?? Imran.
Try setting focus mannually in the Click event or CheckedChanged event of the radio button using BtnNext.Focus()