I have a maintenance form with two text boxes and a dropdownlist (See attachment). All of the controls are bound toBO. Dropdownlist populationType is BusinessObject and it fill the data from amethod.
I am using enterprise server and this maintenance form fetchthe data from there.
Here is the issue: Before I open the maintenance form memorytaken by the application is 114.6 MB and as soon I open the form it was 127.1and when I close the form it was 120.2 MB. I did this many time to see what ishappening and here are the result:
Before Open ==> ASAP Opened ==> After Closed
114.6 ==> 127.1 ==> 120.2
120.2 ==> 129.8 ==> 123.1
123.1 ==> 126.8 ==> 119.9
119.9 ==> 133.1 ==> 126.1
It is happening to all the maintenance form and theapplication becoming a memory
hog.
Is there any way I can fix this?