I want to create a drop-down list of file names from a specified folder(path) the user can select from.
I am new to .NET, and is working on my first Silverlight application. I Have a Silverlight Child window which is used to add new Customers to a gridview, and has the following code:
I have several ComboBoxes in a DataForm and am trying to have it so that certain ComboBoxes are disabled until a particular ComboBox is selected. To this end, I created a notification property named C
I\'m new in ExtJS and I\'m trying to display a window with a combo, a cancel and an OK button but the combo does not seem to be working properly: It\'s not showing the label and when I click the picke
I\'m binding a ComboBox within a DataGrid to Enum values. I get the ComboBox to display the correct values but the problem I\'m having is that when I try to Save, I get no XML returned if I use the Co
In WinForms application, I have a combobox which I am trying to populate with values based on user input. For example if the user types m it should show him all the values that starts with the letter
I have 2 ComboBoxes. First is Region, second is Customer. I want the second ComboBox to only display customers from the selected region.
During the construction of user control I populate the combobox with some data. Works fine. I have Status.ID as valuePath and Status.Name as displayPath.
Tried to do some searching on this, but couldn\'t find exactly what I needed.I\'d like to have a combobox with hardcoded items, but contain a default string.For example:
I am using Access 2000, have a table with 2columns, Column 1 stores 26 Names and column 2 stores a boolean value(used to check whether or not that name is currently being displayed in 1 of 8 combo box