ASP.NET JSON Binding data with RadiobuttonList
- by user1385570
I'm trying to bind JSON data into the RadioButtonList on client side. I know how to do the in code behind, it works fine. Someone please provide more details, How do I bind the JSON data RadioButtionList in VB.NET.
rblregions.DataTextField = "Value"
rblregions.DataValueField = "Key"
rblregions.DataSource = items
The data looks like:…