Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4114882
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T22:30:41+00:00 2026-05-20T22:30:41+00:00

I have Form Designer web application, in which I need to post the controls

  • 0

I have “Form Designer” web application, in which I need to post the controls of the new form to an ASP.Net page to insert to DB, each time I create form control. I push it into two dimensional array, when user click save, this array will be serialized and sent to Server Page using Ajax.

Array string After Serialization Looks Like :

[
    [
        {"id":"cont_menu_tb1"},
        {"name":"cont_menu_tb1"},
        {"zindex":"500"},
        {"top":"128"},
        {"left":"214"}

    ]
    ,
    [
        {"id":"cont_menu_tb2"},     
            {"name":"cont_menu_tb2"},
        {"zindex":"500"},
        {"top":"275"},
        {"left":"203"}
    ]
]

I used JSON.stringify(objCF_JSON) to serialize it. Now how to De-Serialize the Array Again using Newton in VB.Net into two dimensional arrays?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T22:30:42+00:00Added an answer on May 20, 2026 at 10:30 pm

    It is not a two dimensional array, it is a single dimension array with 2 objects.

    List<SomeObject> objects = JsonConvert.DeserializeObject<List<SomeObject>>(json);
    

    where SomeObject has the properties name, width, height

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a Asp.net 3.5 Web Application I have a variety of data collections,
(Was: ASP.Net codebehind not finding controls on the web page) I'm using VS 2008.
I have been tasked to create a form designer application in Windows Forms. The
I have a web application which is used by lots of non-technical users. I
I have the following html in my ASP.NET form. It represents a dropdown menu
We have a couple mini-applications (single Web form look-up stuff) that need to run
I have a web report that uses a Django form (new forms) for fields
I am creating a form designer and have a toolbox that contains images of
I have looked at the generated designer code of Form s and UserControl s,
I have form in my page, I am using ajax.beginform(). Inside this form I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.