To convert a JSON string into a Dictionary list, string jsonstring = "[{\"no\":\"1\"}, {\"no\":\"2\"}]"; List<Dictionary<string, object>> items = new System.Web.Script.Serialization.JavaScriptSerializer().Deserialize<List<Dictionary<string,
This aspx code connects to MSSQSL and retrieve data from "product" table. <%@ Page Language="C#" AutoEventWireup="true"%> <%@ Import namespace="System.IO"