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
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?