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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:13:02+00:00 2026-06-16T02:13:02+00:00

I have an static dropdown list in asp.net like below: <asp:DropDownList runat=server ID=ddlSource Width=278px>

  • 0

I have an static dropdown list in asp.net like below:

<asp:DropDownList runat="server" ID="ddlSource" Width="278px">
                    <asp:ListItem Value="NONE" Text="- Selct-" />
                    <asp:ListItem Text="" disabled="disabled">Old customer</asp:ListItem>
                    <asp:ListItem Text="got sms" Value="OLD_SMS" />
                    <asp:ListItem Text="got email" Value="OLD_EMAIL" />
                    <asp:ListItem Text="othe" Value="OLD_OTHER" />

                    <asp:ListItem Value="" disabled="disabled">Heard in radio</asp:ListItem>
                    <asp:ListItem Text="radio ad" Value="RADIO_AD" />
                    <asp:ListItem Text="radio programme" Value="RADIO_SHOW" />
                    <asp:ListItem Text="other" Value="RADIO_OTHER" />
          </asp:DropDownList> 

How can I implement the same thing in MVC3?

  • 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-16T02:13:03+00:00Added an answer on June 16, 2026 at 2:13 am

    if it’s a static list then all you need to do is:

    <select id="ddlSource" style="width:278px;">
        <option value="NONE">- Selct-</option>
        <option disabled="disabled">Old customer</option>
        <option value="OLD_SMS">got sms</option>
      ....
    </select> 
    

    it’s just simple html.

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

Sidebar

Related Questions

I have a static dropdown with the following html. <asp:DropDownList width=100px ID=dropDownActive Runat=server> <asp:ListItem
So I have a Web Forms asp control: <asp:DropDownList runat=server ID=ExistingTemplate ClientIDMode=Static /> On
I have a dropdownlist, whose datasource is from SQL server. <asp:DropDownList ID=State runat=server DataSourceID=SqlDataSource1
I have a dropdownlist in my asp.net MVC2 view like this: <% using(Html.BeginForm(temp,Settings)){ %>
I have a dropdownlist in my asp.net web page. Its a server side control.
I have a function that fills creates dropdownlist in ASP.NET MVC. public static MvcHtmlString
I have three DropDown List Controls.each dropdown contains the static values 1,2,3,4 what i
I have created a form in html with dropdown list box with static values
I have other trouble and I cannot solve it. In ASP.NET I have DropDownList
Suppose I have static ip in a subnet that has DHCP server. If i

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.