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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T00:31:46+00:00 2026-05-14T00:31:46+00:00

<asp:TextBox ID=TextBox5 runat=server Height=30px Width=68px></asp:TextBox> <ajaxToolkit:DropDownExtender ID=TextBox5_DropDownExtender runat=server DynamicServicePath= Enabled=True TargetControlID=TextBox5> </ajaxToolkit:DropDownExtender> //this.TextBox5_DropDownExtender ????

  • 0
<asp:TextBox ID="TextBox5" runat="server" Height="30px" Width="68px"></asp:TextBox>
<ajaxToolkit:DropDownExtender ID="TextBox5_DropDownExtender" runat="server" 
DynamicServicePath="" Enabled="True" TargetControlID="TextBox5">
</ajaxToolkit:DropDownExtender>

    //this.TextBox5_DropDownExtender ????
    YearList.Items.Add(DateTime.Today.AddYears(-i).ToString("yyyy"));

Question : where is items for this DropDownExtender ?

  • 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-14T00:31:46+00:00Added an answer on May 14, 2026 at 12:31 am

    There’s a property called DropDownControlID on the extender. Point that to a panel and put your items there. Something like this:

    <asp:TextBox ID="TextBox5" runat="server" Height="30px" Width="68px" />
    <ajaxToolkit:DropDownExtender ID="TextBox5_DropDownExtender" runat="server" 
     DynamicServicePath="" Enabled="True" TargetControlID="TextBox5"
     DropDownControlID="pnlItems" />
    
    <asp:Panel ID="pnlItems" runat="server" BorderColor="Black" BorderWidth="1">
       <asp:BulletedList ID="YearList" runat="server" />
    </asp:Panel>
    

    In code, add items to YearList.

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

Sidebar

Related Questions

I have an asp:TextBox that looks like the following <asp:TextBox runat=server AutoPostBack=True ID=txtG1 ontextchanged=txtG1_TextChanged
<asp:TextBox ID=TextBox1 runat=server></asp:TextBox> <asp:Button ID=Button1 runat=server UseSubmitBehavior=false OnClick=Button1_Click OnClientClick=this.disabled = true; this.value = 'Submitting...';
I have a multiline textbox : <asp:TextBox ID=txtBody runat=server TextMode=MultiLine Rows=10 Width=95% /> In
<asp:GridView ID=GridView1 runat=server style=height: 121px; width: 175px BackColor=White BorderColor=#3366CC BorderStyle=None BorderWidth=1px CellPadding=4 onrowediting=GridView1_RowEditing AutoGenerateColumns=false>
I have <asp:TextBox runat=server ID=lastName /> on a page and I want to set
If I have the following in an ASP.NET Web Form: <asp:TextBox runat=server ID=tbxUser/> and
Consider the following: <form runat=server> <div> <asp:TextBox runat=server ID=tb1 /> <asp:Button runat=server ID=b1 OnClick=b1_Click
I have the following textbox server control in my web page: <asp:TextBox ID=txtZip runat=server
I'm trying to use asp: <asp:TextBox ID=txtInput runat=server TextMode=MultiLine></asp:TextBox> I want a way to
Here's my markup: Name: <asp:TextBox ID=txtNewName runat=server ValidationGroup=NewDepartmentValidationGroup /> <asp:RequiredFieldValidator ID=vldtxtNewName runat=server ControlToValidate=txtNewName ErrorMessage=Required

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.