712 Views
This article demonstrates how to Deserialize JSON string and bind to an ASP.NET DropDownList control.
1 comments
johnrummell
9/15/2010 8:40:58 AM
I'm not sure how this is helpful. The only instance I've used JSON with ASP.NET is when calling a .NET WebService from javascript, and the [ScriptService] attribute takes care of the serialization and deserialization for you.