I am trying to use a stringDictionary on a web page that gets populated by clicking buttons on a page. Each time a button is clicked the Dictionary is cleared and the previous enteries entered into the dictionary are gone. Excuse my ignorance if there is a simple solution as I am just, 1st time, trying to convert a console app to a web page. Any help will be appreciated Thanks.
C# will not run in Classic ASP "Dale A Siar" wrote in message news:CF31C853-DF8B-4E6A-8E28-B25F5F2FFAF2@microsoft.com... >I am trying to use a stringDictionary on a web page that gets populated by > clicking buttons on a page. > > Each time a button is clicked the Dictionary is cleared and the previous > enteries entered into the dictionary are gone. > > Excuse my ignorance if there is a simple solution as I am just, 1st time, > trying to convert a console app to a web page. > > Any help will be appreciated > Thanks. >