| | |
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 .net2008 2005 2008 access account arithmetic array basic bing browser button buttons center check code combobox component crystalreport cuesent data database datagrid datagridview date datetimepicker dissertation dissertations dissertationtopic dropdownlist excel fade file-dialog filter ftp generatetags google gridview hardcopy images input insert intel internet mobile monitor ms net networking objects output panel passingparameters pdf picturebox picturebox1 port position print printing problem problemwithinstallation project save searchbox searchvb.net select serial settings shutdown soap survey table tcp temperature text textbox timer timespan toolbox transparency trim update updown user vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf year






