| | |
combobox
Please support our VB.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
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 30minutes 2005 2008 access account arithmetic array basic beginner browser button buttons center check code component connectionstring crystalreport cuesent data database databasesearch datagrid datagridview date datetimepicker design designer dissertation dissertations dissertationtopic dropdownlist excel fade file-dialog filter folder forms ftp generatetags hardcopy html images input insert intel monitor net networking open output panel passingparameters peertopeervideostreaming picturebox picturebox1 port printing problem problemwithinstallation project reports" searchvb.net select serial settings shutdown sqlserver survey tcp temperature text textbox timespan toolbox transparency trim updown user usercontrol vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio.net visualstudio2008 web winforms wpf wrapingcode year






