-2
votes
1answer
50 views
PHP Combo Box JQuery - Remove value on page load
Hi Guys
I posted a similar question but this is slightly different. I need to scan all the text boxes on a page (there will be around 100, all with dynamic names in the form [ROW] …
0
votes
1answer
81 views
PHP Combo Box AJAX Refresh
I have a PHP page that currently has 4 years of team positions in columns on the page. The client wants to select the players in positions and have first, second and thrid choices. …
1
vote
3answers
104 views
dependent combo in classic ASP and Ajax?
Hi, please can you suggest me an example in classic asp and ajax to make dependent combo?
Thank you very much!
1
vote
1answer
36 views
Choosing column from other table/object
I have a DataGridView which DataSource is connected to objects. Everything works OK (I can edit that objects and the change is persisted) until I want to choose using the combobox …
0
votes
0answers
23 views
How can I create a Multiple Value Combo box on an Unbound Form
Hi
I need your help on MS Access 2007.
I have a big problem with my MS Access Unbound Form.
How can I create a combo box i do not want bound to a table, show a multiple value Lis …
0
votes
2answers
123 views
C# -comboBox Selected IndexChange
Hi Freinds,
I have a ComboBox that have a list of EmpolyeeNames. When a user selects a EmpolyeeName "e1", a ListBox below gets populated with data for the chosen employee. That da …
0
votes
1answer
30 views
Combo with 2D borders on XAML
I am working with XAML. How can I add a combo box with flat borders (Not 3D)?
0
votes
1answer
261 views
How to bind combo box with dataset in WPF
Hi,
I want to bind the combo with dataset and take the value from combo as parameter to populate
another combo in WPF
0
votes
0answers
98 views
editable combo box
hi,
first i have to create a editable combo box.combo box contains name age city.user can enter name or age or city. combo box has to filter all the list contain and should s …
0
votes
1answer
91 views
How do I create an editable databound combo box in a DataGrid in WinForm
I have a noob question.
I have a WinForm (.net 2.0 in VS 2008) on my from I have a DataGrid One of the fields in that datagrid is a combo box that is bound to a separate table. th …
0
votes
0answers
205 views
UpdatePanel - Flickering Combobox
Scenario -
Outer update panel u1
Controls on u1 (wrapped in a div) - c1,c2,c3, t1,u2 ( t:textbox, c: combo, u: update panel)
Control outside u1 - c1 - combo
u2 has trigger as c2 - …
0
votes
0answers
40 views
Listview combo
listview have textbox,button.......controls i want to use combo how can i do it in columns property
3
votes
4answers
1k views
How can I create an editable dropdownlist in HTML ?
I'd like to create a text field with a dropdown list that lets the user to choose some predefined values. The user should be albe to type a new value or to select a predefined one …
0
votes
6answers
2k views
re-rendering of combox store in Gwt-Ext
Hi,
i've created a Form Panel, and i'm rendering couple of Combo Boxes in the panel with a store which is populated via an response handler.
the problem if i want to render the pan …
