Getting Selected Radio Button Value into Text Box from Grid
Hi I am using Grid View with Item Template of Radio Buttons. I am using Java Script code, on clicking the particular radio button . I want the Radio Button Property Checked =true and in C# Code I want to check whether Radio Button ID checked property is true. if it is true, i want to get the particular cell value of Grid View in text box
Can You Help?