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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T11:39:57+00:00 2026-06-16T11:39:57+00:00

I added a textbox to my form via javascript as follows <input type=text name=odd

  • 0

I added a textbox to my form via javascript as follows

<input type="text" name="odd" id="odd" />

and I added a parameter in my model

public string odd {get; set;}

Now, I wish to retrieve the text in this textbox in the controller by calling the variable odd, but it is always empty. Is there something I need to do to bind these two together besides giving them the same name?

EDIT

My form looks like

using (Html.BeginForm("ControllerName", "Home", FormMethod.Get, new { enctype ="multipart/form-data" })){
  <div> @Html.DropDownListFor(m => m.model1.mode,
                        new SelectList(Model.model1.mylist, "Value", "Text"), "Select", new { @onchange="javascriptFxn(this.options[this.selectedIndex].text);"})
                    <div id="Other"></div>
 }

and the javascript looks like

javascriptFxn(name){
  document.getElementById('Other').innerHTML = '<br /> <input type="text" name="odd">';
 }

my Model 1 looks like

public class model1{
  public string odd {get; set;}
 }

and the submit for controller

  public ActionResult Submit(MyModel model)
   {
      string s = model.model1.odd;
   }
  • 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-16T11:39:58+00:00Added an answer on June 16, 2026 at 11:39 am

    From the portions of the code provided, it looks like your Model (being passed to view) does not have Odd property, instead the the model has a Model1 property that in turn has Odd property. Try having Odd property directly on your model and check if the value is posted when the form is submitted.

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

Sidebar

Related Questions

i'm using this to generate a textbox dynamically:` <html> <head> <title>Dynamic Form</title> <script type=text/javascript
I added onkeyup javascript for a dynamically added textbox in javascript... But it doesnt
Consider the following: A text value added to a textbox on the client is
Is there a windows form textbox or c# string native member method that checks
I have added a textbox to my WinMo app's form and I want to
I have a form in which there are textbox(s) added dynamically using jquery. The
I have added a text box to a simple form in ASP.NET MVC and
I have a form which has a textbox with the name attribute username and
I've recently added the JQuery autocomplete plug in and have a textbox that autocompletes
There are a button and a textbox. I added a KeyDown event to textbox

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.