| | |
Copy Items from one combobox to another on Button Click
Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved |
I am not entirely sure if this will work as I am not experienced in VB at all (or combo boxes for that matter!):
Try changing this line:
To this:
This idea came as a result of some searches on google I made. Here is the original post (it might help if my fix doesn't work)
I hope this helps, let us know how it goes.
Try changing this line:
ASP.NET Syntax (Toggle Plain Text)
combobox2.items.add(value)
To this:
ASP.NET Syntax (Toggle Plain Text)
comboBox1.Items.Add(new Item(value));
This idea came as a result of some searches on google I made. Here is the original post (it might help if my fix doesn't work)
I hope this helps, let us know how it goes.
Last edited by majestic0110; May 11th, 2008 at 4:23 pm. Reason: Added URL
If you have a quality, be proud of it and let it define you. Add it to the world!
If you got your answer, please mark the thread as Solved. It saves time when people are looking to contribute threads or for answers!
If you got your answer, please mark the thread as Solved. It saves time when people are looking to contribute threads or for answers!
![]() |
Similar Threads
- Copy from Combobox to other Combobox (VB.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: Saving ListBox selected Item in Cookies
- Next Thread: open a new window
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax alltypeofvideos appliances asp asp.net beginner box browser businesslogiclayer button c# cac checkbox class commonfunctions compatible content contenttype control countryselector courier dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv formview gridview gudi iis javascript list listbox login menu microsoft mouse mssql nameisnotdeclared news novell numerical opera order panelmasterpagebuttoncontrols problem radio ratings redirect registration relationaldatabases reportemail schoolproject search security serializesmo.table sessionvariables silverlight smoobjects software sql sql-server sqlserver2005 ssl tracking treeview validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming webservice wizard xsl






