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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T00:33:50+00:00 2026-05-15T00:33:50+00:00

I have a drop down list, and I added some items in it as

  • 0

I have a drop down list, and I added some items in it as follows

        <asp:DropDownList ID="ddlInsAuther" runat="server" 
            DataSourceID="ObjectDataSourceInsAuthers" DataTextField="AutherName" 
            DataValueField="AutherID">
        <asp:ListItem Value="-1">No Authers</asp:ListItem>
        </asp:DropDownList>

And in Datasource

        <asp:ObjectDataSource ID="ObjectDataSourceInsAuthers" runat="server" 
            SelectMethod="GetAll" TypeName="MyProject.BusinessLayer.AuthersFactory">
        </asp:ObjectDataSource>

When it loads it clears the list and loads the new items, I don’t want to make a custom binder on page load, how can I maintain my added items in the list while binding from datasource?

  • 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-15T00:33:50+00:00Added an answer on May 15, 2026 at 12:33 am

    You can add AppendDataBoundItems="true" to the DropDownList. Be aware though, if you bind multiple times it will keep adding the items over and over. You would get around this by putting the call to DataBind() in a if (!IsPostBak) but I am not sure if you can do this with an ObjectDataSource.

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

Sidebar

Related Questions

I have a client who would like to have drop down list added to
I'm trying to replace MultiAutoCompleteTextView Drop down list with a ListView, which it should
<telerik:RadEditor ToolbarMode=Default ID=editor1 runat=server EnableEmbeddedBaseStylesheet=true> </telerik:RadEditor> The editor's using Default skin. When I made
In a MVVM WPF application, I have a master-detail View that is used to
I need to add some common details in more than two tables. ugad =
I added this in the head section of my page as told in the
I have a django site. a snippet of myapp/models.py looks like this: class Continent(models.Model):
This must be a misunderstanding from my side, but I have the following: I
UPDATE: The thumb image a tag hover invokes a function called displayImage() : function
I got these 3 tables Ques Table Ques |Ans |QuesID|LangID __________________________________________ Ques1|Ques1's Answer|1 |1

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.