I need the dropdownlist in the web application to be editable,
the DDL should be similar to combobox of windows application.
The dropdownlist should be in such a way that the user should be able to enter new value
that is not present in the ddl.is there any way i can do it?
is it possible to use System.windows.forms and inherit the combobox in web application?
I have tried all means but i need to do this in web application using c# dotnet 3.5.
Loading
Kirtan PatelPosted Feb 3, 2010, 2:49 AM
just place a Text Box and a Button with Drop down list and Store all Dropdownlist Items in XML File ..Now when user Type Text and Press Button it will add New item in XML File and Drop down Will Load items From that XML File ..
Second way will be easier :)
Lalit MPosted Feb 3, 2010, 2:38 AM
http://forums.asp.net/t/1290128.aspx