in windows form . I have two radio buttons i want to prompt with "Do want Proceed?" when select radio button is changed. only if yes is clicked i have to change radio button selection .
How can i achieve this.
i tried using RadioButton changed event and tried to set the previous radio button to be checked programmatic if no is clicked .But this way it raised the other radio button events which i don't want to happen.
i even tried with validation event but it is fired for every button click .
Please let me know how can i solve this..