Re: How to make use the same Hashtable?
Posted By:
rodney_tgdsoro1
Posted On:
Tuesday, December 18, 2001 09:25 AM
It's hard to figure out what you've done but if the hashtable is defined static there is only one Hashtable for that specific class. Over time it might not be the same any more because you overwrite it at a later point in time without checking if it it isn't null anymore.
some code could help