Ok, i have constructed a TreeView using a SQL Connection, a SQL Command, a SQL DataAdapter, a SQL DataTable, a Hashtable etc, and was wondering what do i need to do to clean this up...
I know theres garbage collection, but do i have to set any of the above to NOTHING or use the .Dispose method or something?
Thanks
Axum
I know theres garbage collection, but do i have to set any of the above to NOTHING or use the .Dispose method or something?
Thanks
Axum