how to use temporary memory location in c#

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................
 
S

Sue Mosher [MVP-Outlook]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top