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

  • Home
  • SEARCH
  • 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 7902835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:36:20+00:00 2026-06-03T09:36:20+00:00

My Application is in Asp.Net MVC3 coded in C#. This is what my requirement

  • 0

My Application is in Asp.Net MVC3 coded in C#.
This is what my requirement is. I want an object which is in the following format.This object should be achieved when I deserialize the Json string.

var obj1 = new { arg1=1,arg2=2 };

enter image description here

After using the below code:

string str = "{\"Arg1\":\"Arg1Value\",\"Arg2\":\"Arg2Value\"}";
JavaScriptSerializer serializer1 = new JavaScriptSerializer();
object obje = serializer1.Deserialize<object>(str);

The object what i get i.e obje does not acts as obj1

enter image description here

Here, in this example my JSON string is static, but actually JSON string is going to be dynamically generated runtime, so i won’t be able get Arg1 and Arg2 all the time.

  • 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-06-03T09:36:21+00:00Added an answer on June 3, 2026 at 9:36 am

    I think the JavaScriptSerializer does not create a dynamic object.

    So you should define the class first:

    class MyObj {
        public int arg1 {get;set;}
        public int arg2 {get;set;}
    }
    

    And deserialize that instead of object:

    serializer.Deserialize<MyObj>(str);
    

    Not testet, please try.

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

Sidebar

Related Questions

This is about asp.net mvc3 web application. We have used Object cache to store
My application is in Asp.Net MVC3 coded in C#.Net. I have Views which contains
This is for an ASP.NET MVC3 web application. In RegisterRoutes I have the following
My application is in Asp.net MVC3 coded in C#.Net. I have a view which
I want to build an ASP.NET MVC3 application but instead of a model I
I'm working on Asp.net MVC3 web application. I'm having one page on which appx.
i'm currently trying to make a asp.net mvc3 app. in the sample application which
I am implementing a web application using ASP.NET MVC3. In the application I want
I have an ASP.NET MVC3 application published to a url like this: http://servername.com/Applications/ApplicationName/ In
I am working on a asp.net mvc3 application. I have this Jquery function function

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.