Call Control.Dispose when you are finished using the System.Web.UI.Control. The Control.Dispose method leaves the System.Web.UI.Control in an unusable state. After calling this method, you must release all references to the control so the memory it was occupying can be reclaimed by garbage collection.