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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:05:16+00:00 2026-06-18T12:05:16+00:00

I know that to get the model after post, we need to write the

  • 0

I know that to get the model after post, we need to write the index in the razor view. My model has an entity from entity framework called Class, but that entity has en ICollection<Student> property navigation.

I mean, I need to exposure my items from Class entity, but the problem is that this one is ICollection and I don’t have idea how to exposure the index.

Here is my razor view:

@model Contoso.MvcApplication.Models.Assignment.ShareAssignmentViewModel

@{
    ViewBag.Title = "ShareAssignment";
}

<h2>Share Assignment: @Model.Assignment.Name</h2>

@for (int i = 0; i < Model.Classes.Length; i++)
{
<section>
    <h3>@Model.Classes[i].Name</h3>

    @for (int j = 0; j < Model.Classes[i].Students.Count; j++)
    {
        @Html.CheckBox(modelItem => Model.Classes[i].Students // what now?? [j])
    }
</section>
}

What can I do to get all my model after post?

  • 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-18T12:05:17+00:00Added an answer on June 18, 2026 at 12:05 pm
    @model Contoso.MvcApplication.Models.Assignment.ShareAssignmentViewModel
    
    @{
        ViewBag.Title = "ShareAssignment";
    }
    
    <h2>Share Assignment: @Model.Assignment.Name</h2>
    
    @for (int i = 0; i < Model.Classes.Length; i++)
    {
       var studentsArray = Model.Classes[i].Students.ToArray();
    <section>
        <h3>@Model.Classes[i].Name</h3>
    
        @for (int j = 0; j < studentsArray.Length; j++)
        {
            <input type="checkbox" 
                   name="@(string.Format("Classes[{0}].Students[{1}]", i, j))" 
                  value="@studentArray[j]" />
        }
    </section>
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that I can get a POSIX int file handle from NSURL by
I know that in J2ME I can get a byte[] object from a String
I know enough to know that we need to get our application to deploy
In code: //I know that to get this effect (being able to use it
I know that I can get the true bits with the simple loop, but
I know that I can get word completion through CTRL+N & CTRL+P and code
I know that in Oracle I can get the generated id (or any other
I know that the specification exactly defines it but cannot get what is the
I know that 2d arrays are arrays of arrays. To get a row you
Hi all I know that this has been posted as a prior question several

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.