ASP.NET How to call my function when the selected index changes in radio button list without updatin
- by DedovecES
I have a table in my form, where I put n-rows, every row contains 1 RadioButtonList, when user select the item in RadioButtonList, I need to get number of selected Item, without updating the page.