Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
Application locking up
posted

We have a banking application that we are working on that has several wingrids in it.
It works fine when we pull the first account.  But after we close that account and open another one, the app locks up.  When I Ctrl+Break it shows to be on the databind line of various datagrids.  I have tried the MaxBandDepth suggestion but that doesn't seem to help.

Any ideas?

Thanks,
Kevin

  • 3565
    posted

    Sounds like you are binding to a dataset with a lot of relations. I have a similar problem with slow binding. My application doesn't lock up but I've had to work around the speed issue because I have several forms I have to bind depending on what the user clicks on.I also tried setting the MaxBandDepth but that seemed to have no effect.

    Does the application start respsonding if you let it sit or does it never come back?