Disposes of the resources (other than memory) used by the BaseDataListDesigner.
[Visual Basic] Overrides Public Sub Dispose() [C#] public override void Dispose(); [C++] public: override void Dispose(); [JScript] public override function Dispose();
Call Dispose when you are finished using the BaseDataListDesigner. The Dispose method leaves the BaseDataListDesigner in an unusable state. After calling Dispose, you must release all references to the BaseDataListDesigner so the memory it was occupying can be reclaimed by garbage collection.
Note Always call Dispose before you release your last reference to the BaseDataListDesigner. Otherwise, the resources the BaseDataListDesigner is using will not be freed until garbage collection calls the BaseDataListDesigner object's destructor.
BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace