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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:55:05+00:00 2026-06-04T07:55:05+00:00

Just trying to do some quick and dirty testing. I am passing fake data

  • 0

Just trying to do some quick and dirty testing. I am passing fake data through my controller to a view just to see how the UI looks.

In my controller which I set up just to “test” this I have, for example:

MyViewModel = new MyViewModel
{
  MyModel= new Models.MyModel
  {
      FirstName = "Homer", //This works
      SomeDecimal = 10000, //This works
      SomeRadioButton = Models.MyModel.Enum.Selection, //This works
      SomeCheckBox = Models.MyModel.OtherEnum.OtherSelection, //This doesn't
  }
}

I am getting the Cannot implicitly convert type ... to 'System.Collections.Generic.List<string>' error.

My radio buttons and check boxes share similar convention for using enums, but the checkbox uses public List<string> SomeCheckBox { get; set; } whereas radio buttons use public Enum? SomeRadioButton { get; set; }

Please note, I am not using a testing framework. I am just trying to figure out quickly how to pass some fake data to see how the UI is shaping up. Can anyone share a sample of how to accomplish what I want (to pass a checkbox value so my UI can show data that would have been selected by a user)?

The other problem I forsee is in passing more than one selection from the checkbox, but once I get the code down I think I should be able to figure that out.
Thanks.

  • 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-04T07:55:07+00:00Added an answer on June 4, 2026 at 7:55 am

    Your error message makes total sense. Try this

     var testViewModel = new TestViewModel
     {
         SomeCheckBox = new List<string> {TestViewModel.RadioButtonValues.Value1.ToString() }
     };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just started learning about Kinect through some quick start videos and was trying
Just trying to get some rows out of a database and loop through but
i am just trying to create a link which execute some JavaScript in stead
just a quick question. For some reason i cannot see the default web parts
I was just trying out some code, not a experienced coder. I implemented(at least
Just trying to canvas some opinions here. I was wondering how people go about
Hey i'm just trying to write some code in DrScheme: ((function (x) (* x
The idea: I'm just trying to save some Chinese characters to a MySQL database.
I'm trying to learn some C#.net. I'm just trying to expose the AdventureWorks database
Just trying to pull off some SMART info from connected Hard Drives on any

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.