473,404 Members | 2,174 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Combo box weirdness

Hi,
I have a combo box that is bound AFTER a user makes a selection from another
unbound drop down. The problem is, the SelectedIndex of the combo box is
always initialized to 0, not -1. This makes it difficult to determine
whether an item was selected or not, since the items collection is Zero based
also. Additionally, in the code that does the binding, when i set the
Datasource, Valuemember and DisplayMember properties, the SelectedIndexChange
AND SelectedValueChange events always fire...given the above two issues, this
makes it difficult to work with the combobox and i fear i am forced to head
back to the old days when i had to set a member variable flag to distinguish
between when i am initializing a combo box and when the user actually is
making a selection...very nasty and backwards. Any ideas on whether this is
a bug or whether this is my issue? the code to initialize the Combo box is
als follows (i am using VS2005 beta):

cbExchange.DataSource = DbConnection.instance.getDbTable(
"StockExchange" );
cbExchange.ValueMember = "exchange_id";
cbExchange.SelectedIndex = -1;
cbExchange.DisplayMember = "symbol";
Nov 16 '05 #1
1 2543
Hello dimension,

Why don't you insert a blank item to index 0? Then you know SelectedIndex
means nothing has been selected.
Hi,
I have a combo box that is bound AFTER a user makes a selection from
another
unbound drop down. The problem is, the SelectedIndex of the combo box
is
always initialized to 0, not -1. This makes it difficult to determine
whether an item was selected or not, since the items collection is
Zero based
also. Additionally, in the code that does the binding, when i set the
Datasource, Valuemember and DisplayMember properties, the
SelectedIndexChange
AND SelectedValueChange events always fire...given the above two
issues, this
makes it difficult to work with the combobox and i fear i am forced to
head
back to the old days when i had to set a member variable flag to
distinguish
between when i am initializing a combo box and when the user actually
is
making a selection...very nasty and backwards. Any ideas on whether
this is
a bug or whether this is my issue? the code to initialize the Combo
box is
als follows (i am using VS2005 beta):
cbExchange.DataSource = DbConnection.instance.getDbTable(
"StockExchange" );
cbExchange.ValueMember = "exchange_id";
cbExchange.SelectedIndex = -1;
cbExchange.DisplayMember = "symbol";

Nov 16 '05 #2

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

Similar topics

15
by: Corne' Cornelius | last post by:
Hi, I'm experiencing some weirdness in a program, when subtracting 2 (double)'s which should result in 0, but instead it returns -1.11022e-16. It looks to me that changing the double x_step...
1
by: (Pete Cresswell) | last post by:
TabControl on the right side of a form with two tabs: Tab #1 contains two subforms that show some dynamic query results. Tab #2 contains a ListView that gets dynamically populated as the user...
0
by: Bruce B | last post by:
Hi group, I'm experiencing some extreme weirdness over the last week with IIS related to it's Mappings and how .NET is behaving. I can't explain the behavior as it seems very random. Our...
1
by: VB Programmer | last post by:
My development machine has been working perfectly, writing ASP.NET apps, etc... I just went to open a project and it said: "Visual Studio .NET has detected that the specified web server is not...
5
by: Phil Weber | last post by:
I'm attempting to debug an ASP.NET Web application in VS.NET 2003. I'm running the app and the debugger on my local machine (Windows XP Professional). I am logged in as a local administrator. In...
5
by: David Thielen | last post by:
Hi; I am creating png files in my ASP .NET app. When I am running under Windows 2003/IIS 6, the file is not given the security permissions it should have. It does not have any permission for...
1
by: Jayyde | last post by:
Can someone help me figure out why 2 combo boxes on the same form with the same method of adding a "(Select One)" option to the top of the data source aren't both working? Actually I have about 12...
1
by: rhino | last post by:
I've got some positioning problems that I can't figure out. Can anyone help? My website was working fine in IE7 and the current releases of Firefox and Opera so I had a look at it in IE6 and...
2
by: JYA | last post by:
Hi. I was writing an xmltv parser using python when I faced some weirdness that I couldn't explain. What I'm doing, is read an xml file, create another dom object and copy the element from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.