how to use temporary memory location in c#

  • Thread starter Thread starter safs
  • Start date Start date
S

safs

hai i am using c#. totaly i have two forms.
Form1: TextBox
From2:DropDownList

i want to populate the values in the dropdown list only by the values
entered in the textbox of form1.But the values which are added should
remain in dropdownlist until explicit code specified to delete it.
i thought of doing this by storing the values of text box in a
temporary memory location and storing the address of it in the hash
table. And using the hashtable i want to populate the dropdownlist with
the value that is entered in the textbox.

Is there is any other way to do this task.if so please let me
know................
 
Try asking in a C# forum. This forum is for Outlook end user issues related to contacts.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top