473,756 Members | 8,174 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

LstBox DisplayMember Problem

I Have a ListBox that uses an ArrayList with objects as DataSource
The objects are added to the ArrayList using a Database
If I Add/Delete any item on the ListBox, the ArrayList is rebuilt with
something like:
MyArrList.Clear ()
MyListBox.DataS ource = nothing
...... peek database and ReFill MyArrList with MyObjects
If MyArrList.Count > 0 Then
MyListBox.DataS ource = MyArrList
MyListBox.Value Member = "SomeProper ty1"
MyListBox.Displ ayMember = "SomeProper ty2"
MyListBox.Selec tedIndex = 0
End If
Everything works fine if I Add or Delete any Item but the last one on
MyListBox
Debugging: When I delete the last Item the line:
"MyListBox.Disp layMember = "SomeProper ty2" doesn't work and DisplayMember
remains = ""
and when I reach the line:
"MyListBox.Sele ctedIndex = 0" I get an error "Index was out of range"
(Obvious since DisplayMember is empty)
This only happens with the last item
What am I doing wrong?
This is the right way to change a ListBox DataSource (and it´s legal to do
it?)
Thanks
Marcos
Nov 19 '05 #1
1 2244
Hello,

"Marcos Ribeiro" <ki**@barretos. com.br> schrieb:
I Have a ListBox that uses an ArrayList with objects as
DataSource

[...]

Maybe somebody in this ng can help you:

news://news.microsoft.com/microsoft....ms.databinding

HTH,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet
Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
15167
by: Irwin M. Fletcher | last post by:
ListBox DataSource DisplayMember Property Problems in C# I have a (single select) listbox with data and when I click on the list I can't get the right text selected. My listbox is setup using the DataSource property. I set my ValueMember and DisplayMember listBox1.ValueMember = "TypeID";
0
978
by: Alpha | last post by:
Hi, I have a listbox with displaymember that I combined 3 columns together. After the user made the selection I then need to get each one the of the selected valuemember but then I don't want the displaymember. I only want 2 of the columns of that made up the displaymember. How can I refer to the column value in each of the selecteditems? Thanks, Alpha strJoinTable = ""; strSelectedIDs.Append(" and l.jcodeID in (");
1
2632
by: Bruce | last post by:
Hi, there, I meet a problem about comboBox binding. -------------------- Database: Northwind Tables: 1) Products 2) Categories I create a form (named "form1") to edit the record from Products table.
2
6441
by: Sam | last post by:
This code does not work : With m_frmCtrl.cboMode .DataSource = m_dsCtrl.Tables(4) .ValueMember = "ModeID" .DisplayMember = "Description" .SelectedValue = ds.Tables(0).Rows(curRow).Item("ModeID") End With The line .DisplayMember triggers the following error :
0
1142
by: frank | last post by:
Hello, I have a listbox which is bound to a datatable. I have set the displaymember and valuemember and all works well: the user dbl clicks an item in the list box, I use the valuemember to retrieve some values. However, I would like a label to display the displaymember value that was selected by the user. I am assuming this is a datarow(?). How does one do this? Below is my code for populating the listbox: Dim dtChgDept As New DataTable...
2
5255
by: frank | last post by:
Hello All, I know this is a re-post, but I didn't get any bites on my last post. So here goes again: I have a listbox which is bound to a datatable. I have set the displaymember and valuemember and all works well: the user dbl clicks an item in the list box, I use the valuemember to retrieve some values from the db. However, I would like a label to display the displaymember value that was selected by the user. I am assuming this is a...
0
828
by: Dundealing | last post by:
Hi, I have the following code to set the DataSource of a ComboBox to a certain table in an untyped DataSet, and I also want to set the DisplayMamaber of the ComboBox to a certain column: cmbID.DataSource = Me.Ds.Tables("Groups") Dim str As String = Me.Ds.Tables("Groups").Columns("CustomerID").ColumnName Me.cmbCustomerID.DisplayMember = str
6
4440
by: =?Utf-8?B?UmljaGFyZCBCeXNvdXRo?= | last post by:
Hi I'm having problems getting the correct item to display in a bound combobox in my WinForms app. Using the following code: With Me.MyComboBox .ValueMember = "MyIdField" .DisplayMember = "ToString" .DataSource = MyDataTable End With
5
34087
by: =?Utf-8?B?QmVu?= | last post by:
How would you add an item with its DisplayMember and ValueMember without binding to a datatable or dataview like: listbox.DisplayMember = "name"; listbox.ValueMember = "recid"; listbox.DataSource = dt; listbox.Items.Add(name) can only add the DisplayMember. Thanks,
0
9384
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9212
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9973
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9790
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9645
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6473
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5069
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5247
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3276
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.