Using C# Dictionary in Webpage

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Using C# Dictionary in Webpage

    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.

    Dale A Siar Guest

  2. Similar Questions and Discussions

    1. Dictionary
      Do you know how to set Russian dictionary. It does not hyphenate words. Thanks!
    2. I can't get the dictionary to open
      When I try to use my dictionary in contribute 4, by the way I am running a new mac My mac is running contribute 4 --so to get to the point The...
    3. Dictionary fo Indesign
      Hi to all, have indesign 2.0.2 with win xp. I Have a text with different languages, even spanish, and i need to menage it but when i create a Style...
    4. Dictionary Object
      Wondering if someone can give me a hand with something that I'm sure is really easy - but damned if I know what I'm doing wrong. I'm trying to read...
    5. Password Dictionary
      I have been asked to install, or make available a password dictionary for AIX 4.3.3, and 5.2 Where can I find such a beast? Thanks
  3. #2

    Default Re: Using C# Dictionary in Webpage

    C# will not run in Classic ASP


    "Dale A Siar" <DaleASiar@discussions.microsoft.com> 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.
    >

    Jon Paal [MSMD] Guest

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139