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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:18:01+00:00 2026-06-09T17:18:01+00:00

I am using the aspx view engine. I made it with SelectList and Html.DropDownList

  • 0

I am using the aspx view engine. I made it with SelectList and Html.DropDownList but populating should come from the model, not the controller and that I need to get the value of the selected item, so I need DropDownListFor. I’ve seen answers but I cannot get from there what kind of parameters were used.

Model:

public List<SelectListItem> food = new List<SelectListItem>();

Controller:

food.Add(new SelectListItem() { Text = "Banana Cake", Value = "BC" });
food.Add(new SelectListItem() { Text = "Apple Waffle", Value = "WF" });
ViewData[" Desserts "] = new SelectList(foodsample.Food);

View:

<%= Html.DropDownListFor(x => x.food, ViewData["Desserts"] as SelectList)%>

No error before and after runtime although the DropDownList displays all values with this text ‘System.Web.Mvc.SelectListItem’

  • 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-09T17:18:03+00:00Added an answer on June 9, 2026 at 5:18 pm

    I think you mean to say ViewData["Desserts"] = food;

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

Sidebar

Related Questions

I'm using the spark view engine with my asp.net mvc application. In my aspx
I am using ASP.NET MVC 2 & 3 with aspx View not Razor View,
I am using Composite C1 cms, mvc and razor view engine. Some page should
I have this line in my view.aspx I am not using razor: <p style=color:Red>
i can't display the image on my aspx view.. i'm using mysql as database
From http://csharpindepth.com/Articles/Chapter8/PropertiesMatter.aspx using System; struct MutableStruct { public int Value { get; set; }
I am trying to return a JSON object from an aspx page using Jayrock.JSON.
So, simple question really. :) I had this following code with ASPX View Engine
I want to use NVelocity from plain ASPX pages without using any MVC framework.
Code below works great with aspx view engine, i am trying to convert it

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.