Combobox Item selection hangs the application.

G

Guest

Hi,
I'm databinding a combobox, and adding an additional row manually in the
datatable to show a blank top row in the combobox. My problem is, sometimes
the combo box retains the focus after selection. I cannot move to any other
control, after selecting an item in the combobox. If I try to close the form
or application it just hangs. Once I got this error while closing the form.
An unhandled exception of type 'System.StackOverflowException' occurred in
system.windows.forms.dll

This doesn't hapen all the time I make a selection. Does anyone know what's
happening here. I'm using a country and state comboboxes.

Any help is appreciated.
Debi
 
G

Guest

Hi

I'm have experienced the same problem, the solution is to merge the table
into a dataset before binding.

Regards
Mohamed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top