Convert a DataTable to JSON send the foreground realization idea _javascript skill

Source: Internet
Author: User
1, the DT sequence into JSON, put to the foreground of the hidden control "hidboundary":
Copy Code code as follows:

String json = Jsonconvert.serializeobject (dttemp);
This.hidBoundary.Value = JSON;

Need to reference Newtonsoft.Json.dll

2, from the foreground hidden space to get the data in DT
Copy Code code as follows:

var boundarydiv = $ (' #hidBoundary ');
if (boundarydiv!= undefined && boundarydiv.length!= 0)
{
var jsonstring = Boundarydiv.val ();
_jsonboundary = Jquery.parsejson (jsonstring);
}

The Parsejson method of jquery is used to parse data in JSON format.

Conversely, if you want to convert the JSON data in the foreground to a background DataTable, use the opposite method.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.