C
Carl
Hi,
I have a class in .Net which I instantiate in my code
behind on one of my aspx pages.
When I am finished with the instance, what is teh best
method of taking it out of memory. Should I set it to
nothing or can I dispose of it?
Thanks,
Carl.
I have a class in .Net which I instantiate in my code
behind on one of my aspx pages.
When I am finished with the instance, what is teh best
method of taking it out of memory. Should I set it to
nothing or can I dispose of it?
Thanks,
Carl.