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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T16:44:43+00:00 2026-05-19T16:44:43+00:00

By design, why was the value parameter of Html.RadioButton made as a type of

  • 0

By design, why was the value parameter of Html.RadioButton made as a type of object rather than string?

string RadioButton(this HtmlHelper htmlHelper, string name, object value);
  • 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-19T16:44:44+00:00Added an answer on May 19, 2026 at 4:44 pm

    That’s because a radio button could have any value and when the helper decides whether it should be checked or not it looks for a corresponding value in the model state.

    For example:

    <%= Html.RadioButton("foo", 123) %>
    

    and inside the controller you could pass integer value:

    ViewData["foo"] = 123;
    

    and the helper will automatically select the radio button. If you have a complex object it would use the Convert.ToString method.

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

Sidebar

Related Questions

Error : specific argument was out of range of valid value parameter name :
This question is about testable software design based on mostly value objects and services.
Design of SQL Table Users: Columns: ID(Primary Key), Name, Age, Zip. I am displaying
'Android Design' site is recommending 'Boundary feedback' for scrollable view. http://developer.android.com/design/style/touch-feedback.html https://i.stack.imgur.com/TuBkX.png is there
In report design, I have 2 tables (Current and Proposed) the structure like this:
I'm trying to wrap my head around this to make the correct design decisions.
Consider the following method, public void Add(Enum key, object value); Since Enum is a
Imagine a method with the following signature: public void ExampleMethod(string id, object data, ref
I want to add a default value as javascript for a report parameter so
Is it considered a bad design if a function uses the value of a

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.