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 7912887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:42:56+00:00 2026-06-03T13:42:56+00:00

I have this text: { id: my id, name: name, first_name: first name, last_name:

  • 0

I have this text:

{
   "id": "my id",
   "name": "name",
   "first_name": "first name",
   "last_name": "last name",
   "username": "nick",
   "gender": "male",
   "locale": "en_EN"
}

how to insert the ID, name, and other in textbox?

thanks for your answer

  • 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-03T13:42:57+00:00Added an answer on June 3, 2026 at 1:42 pm

    Go here and download JSON.Net. In archive find proper version of DLL and add reference to this DLL into your C# project.
    After that you can do such way:

    string json = @"{
                     'id': 'my id',
                     'name': 'name',
                     'first_name': 'first name',
                     'last_name': 'last name',
                     'username': 'nick',
                     'gender': 'male',
                     'locale': 'en_EN'
                    }";
    
    JObject obj = JObject.Parse(json);
    
    textBoxID.Text = obj["id"].ToString();
    textBoxName.Text = obj["name"].ToString();
    //and so on
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a xml doxument that looks like this: <create> <customers> <customer> <first-name>foo</first-name> <last-name>bar</last-name>
I have a content type including two fields: First name(node title) and Last name(text
I have a class that opens text files to grab first name, last name,
I have a form which has First Name, Last Name text boxes, Radio button(Yes
I have this kinda template text : Hello {#Name#}, Thanks for coming blah on
I have a text like this [name:roccos] [phone:123324324] [tags:abc def ghi] [id:value] How can
Currently I am doing this: I have text that looks like: Hello ${user.name}, this
I have text to localize like this <p>Please enter your user name and password.
I have a text file which contains something like this: Hello, my name is
I have a table where a record looks like this varchar(255) Name varchar(255) Text

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.