I'm having some very weird problems with combo controls that i'm using on my form and wanted to see if anyone ever had any similiar incidents.

I have it set to load some data when you select an item in the combobox. Well it loads the data fine but then for some odd reason it sets the combobox = "".

Now I've checked and it dosn't do it anywhere in the load function.. nor anywhere lol..

I added the control to a watch and told it to break on changes (comboName.Text was the expression I used) and it breaks when I clear the form to ensure a clean form before loading data, and breaks again when I set the text in it back to the item I'm loading, then it never breaks again yet the text in it changes to nothing....

I dont get it even the watch isn't picking it up as changing but it is in fact changing.