tags:

views:

454

answers:

1

How to get the values of the radiobuttonlist which will be selected in nested datalist to use it in muliti insert later i want to get all the values of the controls of radiobutton list to use them in multi insert statment in the code

A: 

$("#<%=rbl.ClientID%> input:checked").val()