No announcements
Found 3574100 threads
-
2 Votes
How to populate a combobox from a database with respect to other combobox selection
I have a database with three tables Type:with one attribute(tp) Manufacturer:with one attribute(mfcr) Model:with three attributes(mdl,tp,mfcr), tp and mfcr are foreign keys, from the ...Answered | 2 Replies | 4283 Views | Created by Qasim Shah - Tuesday, March 8, 2011 1:15 PM | Last reply by Anirban Bhattacherya - Tuesday, March 8, 2011 6:30 PM -
0 Votes
populate a datagridview with a selection from a combobox
Maybe this thread can help ...Answered | 3 Replies | 2134 Views | Created by balin98 - Monday, April 9, 2012 8:53 PM | Last reply by Dig-Boy - Tuesday, April 10, 2012 12:38 AM -
0 Votes
Populating ComboBoxes from a database problems...
Then, you'll be able to capture the ID when the user selects something from the combo.Answered | 2 Replies | 3049 Views | Created by MLyons10 - Wednesday, September 28, 2011 8:52 PM | Last reply by MLyons10 - Friday, September 30, 2011 2:53 PM -
0 Votes
Populating Combobox with Database in Visual Studio
MimicLoadFromDatabase represents getting data from your MS-Access database.Answered | 1 Replies | 5838 Views | Created by msharku - Tuesday, October 2, 2012 4:18 AM | Last reply by Kareninstructor - Tuesday, October 2, 2012 1:40 PM -
1 Votes
Populating forms based on combobox selection
The following is based off Microsoft North-Wind database, customer table.Answered | 3 Replies | 869 Views | Created by glaeran - Thursday, July 17, 2014 10:15 AM | Last reply by Kareninstructor - Thursday, July 17, 2014 1:17 PM -
1 Votes
How to populate All ComboBox in ComboBox Column of Datagrid from Database c#
= "SELECT * FROM Doctor"; SqlCommand _cmd = new SqlCommand(_query, _cs); using (SqlDataAdapter _da = new SqlDataAdapter(_cmd)) { ...Answered | 2 Replies | 541 Views | Created by Lucy_Pearl - Sunday, February 7, 2016 6:21 AM | Last reply by DA924 - Sunday, February 7, 2016 7:38 AM -
0 Votes
how to populate combobox in datagridview
This can be beneficial to other community members reading the thread.Answered | 2 Replies | 3785 Views | Created by cris.evan - Thursday, September 30, 2010 10:22 AM | Last reply by Helen Zhou - Thursday, October 7, 2010 2:46 AM -
0 Votes
Populate combobox inside of unbound datagrid
I need datagrid with two comboboxes in it, one for article and another one for service, both populated from database tables, article from tblArticles and ...Answered | 9 Replies | 3401 Views | Created by dragy74 - Monday, November 12, 2012 2:58 PM | Last reply by dragy74 - Friday, August 16, 2013 10:35 AM -
1 Votes
Get the selected item of a WPF combobox populated from a database.
you have to know that the SelectedItem is not ComboBox, it is one item from your Collection(date source).Answered | 8 Replies | 19355 Views | Created by Mike_CuttingEdge - Wednesday, December 19, 2012 4:54 AM | Last reply by Mike_CuttingEdge - Friday, December 21, 2012 7:36 PM -
0 Votes
populate combobox in datagrid - wpf
Is there other way to solve my issue without using viewmodel?Answered | 3 Replies | 11041 Views | Created by singhsuindia - Tuesday, October 18, 2011 6:37 PM | Last reply by Zeeshan Amjad - Tuesday, October 18, 2011 9:24 PM -
1 Votes
Populate combobox in datagrid
Hi stylish16, How is it going with Amit’s suggestion?Answered | 4 Replies | 2802 Views | Created by stylish16 - Thursday, March 8, 2012 2:00 PM | Last reply by Bob Wu-MT - Monday, March 12, 2012 9:50 AM -
0 Votes
Combobox dropdown not selectable
One thing I did notice is that when I deleted the chart from the form, I can select a value in the combobox.Answered | 8 Replies | 6299 Views | Created by PietroA - Saturday, March 26, 2011 4:01 AM | Last reply by Tom van Stiphout (MVP) - Saturday, March 26, 2011 6:52 PM -
0 Votes
DatagridView ComboBox Selected Index Changed , Remove an Item from The Combobox..
The first grid populates some data from the SQLSERVER 2005 DB.Answered | 5 Replies | 12416 Views | Created by Renju79 - Thursday, December 17, 2009 8:45 AM | Last reply by Aravindabe - Thursday, June 10, 2010 6:39 AM -
0 Votes
comboBox Selection Items from the List
in properties window of the combobox set the DropDownStyle property to DropDownListAnswered | 2 Replies | 3132 Views | Created by Kikeman - Friday, November 13, 2009 1:54 AM | Last reply by Bharath kumar Y.S - Friday, November 13, 2009 3:49 AM -
0 Votes
why my comboBox populate with [System.Data.DataRowView]??
Hello all,, > > i have a listbox and comboBox>>when i select item from the list ,my > comboBox should be ...Answered | 4 Replies | 4282 Views | Created by JooRy - Thursday, May 10, 2012 3:29 PM | Last reply by JooRy - Saturday, May 12, 2012 1:47 AM -
1 Votes
Load comboBox from Database
This is a duplicate ...Answered | 8 Replies | 649 Views | Created by DanyalHaider - Sunday, October 18, 2015 7:43 AM | Last reply by DanyalHaider - Monday, October 19, 2015 6:08 PM -
0 Votes
populate combobox accordingly
So I'd recommend you do it like this: public class Gender { public int genderId { get; set; } public string ...Answered | 4 Replies | 4741 Views | Created by arkiboys - Tuesday, February 1, 2011 11:00 PM | Last reply by Min Zhu - Monday, February 7, 2011 1:07 AM -
1 Votes
how to select index on comboBox
In fact what you can do is just—— 1)Select an item from ListBox。Answered | 5 Replies | 2589 Views | Created by E_gold - Wednesday, May 30, 2012 6:02 AM | Last reply by Sambath Raj.C - Wednesday, May 30, 2012 6:59 AM -
0 Votes
ComboBox and Database
You need to bind the combobox with a datasource that is retrieved from the TblCCIssuer table.Answered | 1 Replies | 2500 Views | Created by Nazima - Monday, June 13, 2011 6:54 AM | Last reply by GregHenry - Monday, June 13, 2011 8:55 AM -
0 Votes
Populate Combobox in Excel from SQL Table
Hi Jaggy99, According to your description, you want to implement a combobox for the supplier column when open a SQL Server table in Microsoft Excel, right?Answered | 2 Replies | 5022 Views | Created by jaggy99 - Tuesday, September 23, 2014 11:47 AM | Last reply by Charlie Liao - Sunday, September 28, 2014 6:37 AM - Items 1 to 20 of 3574100 Next ›
No announcements