Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Did you actually trace to see that the BO gets disposed in the masterpage dispoal? That would be the first thing that I would do. The only other reason that it would not dispose is there is another class that has a reference to the object...or an event handler. If you are adding a handler to the BO and not removing the handler then you can have an object stick around as well.
|