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.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> hai i am using c#. totaly i have two forms.
> Form1: TextBox
[quoted text clipped - 10 lines]
> Is there is any other way to do this task.if so please let me
> know................