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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T02:29:34+00:00 2026-06-09T02:29:34+00:00

I need to populate 12 asp:dropdownlist ‘s with the same 0-9 options. (ASP.NET VB)

  • 0

I need to populate 12 asp:dropdownlist ‘s with the same 0-9 options. (ASP.NET VB)

Now I could just populate them manually, but I wandered if there is an easier method… Can i populate an Array and use that to populate them all?

I thought I could write a small function that you pass the DDL’s name into, but how then could I use that function input string as the dropdownlist name?

I know this is simple stuff but its something Ive not needed to do before, and cant see a simple method to do it.

  • 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-09T02:29:36+00:00Added an answer on June 9, 2026 at 2:29 am

    Try this

        Protected Sub Page_Load(ByVal sender as Object, ByVal e As EventArgs)
    
            If (Not Page.IsPostBack) Then
    
    
            BindDropdown(list1)
            BindDropdown(list2)
            BindDropdown(list3)
            End If
        End Sub
    
        Private Sub BindDropdown(ByVal list As DrodownList)
    
            Dim items As String() = {"0","1","2","3","4","5","6","7","8","9" }
            list.DataSource = items
            list.DataBind()
        End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to populate a dropdown in ASP.NET MVC 3. I was hoping to
I am using ASP.NET 2.0 and VS 2005. I need to populate a grid
We're working on a big ASP.NET\VB.NET website project. I need to populate three dropdownlists.
I need to populate a dropdownlist in ruby on rails with the data in
I need to populate a .net DataGridView from a collection physically (without data binding)
I'm an amateur in C#.NET programming. I need to populate a grid with data
Summary: If you use ASP.NET MVC 2's templates to render a DropDownList, how would
Coming from ASP.NET I'm having a hard time with basic ADF concepts. I need
I am a very inexpert php programmer, I ve done some asp.net programming but
I read it some post referring to Populate word documents, but I need to

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.