Databound Combobox on TabControl hangs application

  • Thread starter Thread starter Prem S
  • Start date Start date
P

Prem S

Hi All

I have a databound ComboBox control which is put into the second page
of a tab control. When the form loads up, I databind the combo control
and populate the control.

When I go to change the tab page to the second page, the application
hangs...becoming completely non-responsive.

If I populate the combo control with no databinding, I can change to
the tab control without a problem.

If anyone has any ideas or comments, any help would be always
appreciated.

Thanks
Prem
 
Check the code.
If properly coded it works properly.
Looks like you do something when changing pages that causes trouble.

You can find out what exactly using profiler or tracing

HTH
Alex
 

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

Back
Top