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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:48:54+00:00 2026-05-23T17:48:54+00:00

I need to fill a dropdownlist with values from a settings table in a

  • 0

I need to fill a dropdownlist with values from a settings table in a database.

(id int, code string, description string, value string)
1 , 1 , “something” , “This1”
2 , 1 , “this too” , “This2”
3 , 2 , “something else” , “This2”
n , x , and so on…….

Now I only want to fill the dropdownlist with code 1 (I want to use this on a lot of pages.)

How can I do this?? url to a tutorial or something like is also ok!
btw I am using mvc3.
cheers

  • 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-23T17:48:55+00:00Added an answer on May 23, 2026 at 5:48 pm

    If regular dropdown than as below

     using (DBContext context = new DBContext())
            {
                dropdown1.DataSource = context.settings .ToList();
                dropdown1.DataTextField = "code";
                dropdown1.DataValueField = "id";
                dropdown1.DataBind();
            }
    

    If using MVC ?

    http://www.c-sharpcorner.com/UploadFile/2124ae/5628/

    Create a Dropdown List for MVC3 using Entity Framework (.edmx Model) & Razor Views && Insert A Database Record to Multiple Tables

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

Sidebar

Related Questions

i need to fill dropdownlist and use its selected value in inline code to
Nightly, I need to fill a SQL Server 2005 table from an ODBC source
I need to backup the original data from a table so I can fill
i need to fill in the int[] array in C++ from zero to number
I am new in android. I need to fill the spinner from SQLite database.
I've a list List<String> SampleList=new List<String>(); I need to fill a listView with the
I've a Dictionary Dictionary<string, List<string>> SampleDict = new Dictionary<string, List<string>>(); I need to fill
DECLARE @result varchar(MAX) SELECT NAME FROM Table WHERE ID = @Id I need to
I need to fill a UITableView from an NSSet data source. Obviously I want
I need to fill the progress bar according to the current 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.