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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:41:50+00:00 2026-05-23T23:41:50+00:00

At first the data retrieved and made item source of AutoCompleteBox1 is nothing. Then

  • 0

At first the data retrieved and made item source of AutoCompleteBox1 is nothing.

Then at refocus, the data(list) to be made itemsource has some records,

problem

The item source of the autocompletebox 1 is not refreshed!.

Help please.

The new items added to the list must become the itemsource of the autocomplete

Code

 Sub AssignToAutoCompleteOfDetails()
    ''load auto complete box
    For Each abcd In DomainService_EditCompany.GECODs
        If abcd.codCode = AutoCompleteBox2.Text.Trim Then
            list_company.Add(abcd.codDesc.ToString())
        End If
    Next
    AutoCompleteBox1.ItemsSource = list_company
 End Sub
  • 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-23T23:41:50+00:00Added an answer on May 23, 2026 at 11:41 pm

    This is because even though list_company is getting updated with the data, the UI doesn’t know there has been a change. To tackle this Silverlight has an interface know as INotifyPropertyChanged which could be implemented and bound to a UI control.

    But in your case all you have to do is to replace the List<string> with ObservableCollection<string> and add using System.Collections.ObjectModel;

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

Sidebar

Related Questions

I need to retrieve data from two tables. the first is a list of
example some array {2,8,9,10,21,32,1,6,3...} first child take (data size / 2) and sort second
I have a Rails app with some basic models. The website displays data retrieved
Greetings, 1) I assume ObjectDataSource automatically binds to data source only on first request,
I'm trying to create my first data mart. I am creating my dimension table
I'm working on my first Core Data project (on iPhone) and am really liking
i am stuck with my first GCD and first core-data using application =) two
I have a custom image file where the first block of data is ASCII
First I have a PHP file that gets data and file from a HTML
im working with core-data for the first time, and my app is handling 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.