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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:42:36+00:00 2026-05-27T17:42:36+00:00

New to mvc, I have a controller like this public ActionResult Index(DateTime Date, DateTime

  • 0

New to mvc, I have a controller like this

public ActionResult Index(DateTime Date, DateTime DDate)
{
DateTime dt = System.DateTime.Now.AddDays(5);
 ViewBag.b = dt;

 return View();
}

[HttpPost]
public ActionResult Index(DateTime Date, DateTime DDate)
{

List<myCollection> myCollectionList = new List<myCollection>();

// Fill the list

 return View();
}

Now, what I want to do is pass the myCollectionList to view (Razor cshtml) for displaying the collection records

Edited: myCollection class is in controller

public class myCollection
{
            public string date { get; set; }
            public string ddate { get; set; }
}
  • 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-27T17:42:37+00:00Added an answer on May 27, 2026 at 5:42 pm

    I’m not sure I understand correctly. You can simply return the myCollectionList from the action:

    return View(myCollectionList);
    

    The access it from the View using the Model property:

    @model IList<myCollection>
    
    ...
    
    @foreach (var obj in Model) {
      <li>@obj.Property</li>
    }
    

    See also this blog post.

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

Sidebar

Related Questions

In ASP.NET MVC I have a controller that looks somehow like this: public class
I have my main view like this: <%@ Page Title= Language=C# MasterPageFile=~/Views/Shared/Site.Master Inherits=System.Web.Mvc.ViewPage %>
Hello Freinds I am new to this Asp.net MVC Control.. I have a page
I have an asp.net mvc application with a route similar to: routes.MapRoute(Blog, {controller}/{action}/{year}/{month}/{day}/{friendlyName}, new
I'm new in ASP.NET MVC, I have many actions in my controllers, so they
I am new to MVC and have a grasp of the basic model, but
I have started a new mvc project and clicked on project\properties\web - use local
I've just create a new MVC project, and have made no changes at all,
I'm recently new in MVC technology and i'm with a difficult I have a
I am new to MVC and facing one issue. I have a xml file

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.