| | |
combobox
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
After assign ComboBox your datasource (your department table) navigate in ComboBox properties you'll find which help you doing your task.
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
•
•
Join Date: Nov 2008
Posts: 34
Reputation:
Solved Threads: 0
Hi You Must try this
vbnet Syntax (Toggle Plain Text)
Protected Sub DropDownList1_SelectedIndexChanged() con=new sqlcnnection(constr) adpt=new sqldataadapter("select dept_code from T.N. where dept_name='"+dropdownlist1.selecteditem+"'",con) ds=new dataset adpt.fill(ds,"T.N.") dim i as string=ds.tables(0).rows(0).item(0) dropdownlist2.item.clear() dropdownlist2.item.add(i) End Sub
Last edited by Narue; Jan 5th, 2009 at 9:30 am. Reason: added code tags
![]() |
Similar Threads
- Filling a ComboBox.... (Java)
- ComboBox Events (VB.NET)
- Issue related to combobox.... (VB.NET)
- need help with ComboBox (C++, Dialog) (C++)
- Hiding dataitems in a combobox (VB.NET)
- How to use combobox function (C++)
Other Threads in the VB.NET Forum
- Previous Thread: about outlook express
- Next Thread: merging two txt files into one txt file
| Thread Tools | Search this Thread |
.net .net2005 30minutes 2005 2008 access account arithmetic array basic binary bing button buttons c# center check code combobox component connectionstring convert crystalreport data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dropdownlist excel file-dialog folder ftp generatetags google gridview hardcopy image images inline insert intel internet listview mobile monitor ms net networking output passingparameters peertopeervideostreaming picturebox picturebox1 plugin port print printing problem problemwithinstallation project reports" save savedialog searchbox searchvb.net select serial server soap sql table tcp text textbox timer toolbox trim update updown user usercontrol vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web wpf






