| | |
combobox & dataset SOS!!!
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
hey people!!
how are you all? I need some help here:
1) is there any way easyer to do this:
2) how can you order a combobox to focos on a certain Item that is already there? that is, to get the combobox to show a certain item (by code alone)
please help me!!
Gabs
how are you all? I need some help here:
1) is there any way easyer to do this:
DataSet DS = new DataSet();
foreach (DataTable t in DS.Tables)
foreach (DataRow r in t.Rows)
foreach (DataColumn c in t.Columns)
CBx.Items.Add(r[c]);
2) how can you order a combobox to focos on a certain Item that is already there? that is, to get the combobox to show a certain item (by code alone)
please help me!!
Gabs
•
•
Join Date: Sep 2006
Posts: 91
Reputation:
Solved Threads: 0
I was wondering the same thing campkev.
If you just want the values of a single column in all the rows, set the data source and databind it.
If you just want the values of a single column in all the rows, set the data source and databind it.
The Blog Experiment Forum - Join the Conversation!
brainyminds | ilovecode
Ultimate Merchant Account Resource
brainyminds | ilovecode
Ultimate Merchant Account Resource
![]() |
Similar Threads
- need help in filling combobox or listbox with dataset (VB.NET)
- VB.NET ComboBox & Statusbar HELP! (VB.NET)
- Visual studio - combobox with data - how? (Visual Basic 4 / 5 / 6)
- ComboBox UpDate Problem (VB.NET)
Other Threads in the C# Forum
- Previous Thread: Plugin system in c#
- Next Thread: how to add database fields dynamically to a crystal report in .net 2003
Views: 4108 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# chat check checkbox class client color control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms ftp function gdi+ httpwebrequest image index input install java label list listbox listener login mandelbrot math mouseclick mysql networking object operator oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting richtextbox save saving server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml





