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 panel again it renders the combo boxes without the store, though i'm re-constructing the panel.
i tried to debug to figure out the cause and surprisingly though f...
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 from a dropdown list. I know that I can use two widgets for that but in my app it would be more ergonomnic if it was unified in a one widget.
Is there a stand...
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 - selected index changed.
I've some controls like textboxes and combos inside a div(d1) The div is wrapped in an updatePanel(u1). There is another update panel(...
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. this works, but I am unable to edit or add, I cannot add a value that is not on the list.
I am looking to create a lookup box for lack of a better term.
The ...
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 show relative list.
Eg:
combo box contain : xxx 23 ny, yyy 24 London, zzz 25 delhi, uuu 25 columbo.
here user enter 25 : combo box has to show zzz ...
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 connected object (in the database it is connected via foreign key).
I can fill the combobox so that the proper values are shown (ie. user's name). I do this ...
Hi,
I want to bind the combo with dataset and take the value from combo as parameter to populate
another combo in WPF
...
I am working with XAML. How can I add a combo box with flat borders (Not 3D)?
...
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 data can be modified. The user and has to press the Save button after all changes are done.
But if the user forgets to press Save and select another employee f...
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 List?
The Combo is named Sector and want these values to be selected in Multiples 9Which should be possible in Access 2007) from the Drop Down List: Fertilizer, ...
Hi, please can you suggest me an example in classic asp and ajax to make dependent combo?
Thank you very much!
...
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. Currently the page shows 4 columns with sets of combos for each position. Each combo has a full set of players in it and the user chooses the player he wants ...
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]) and then remove matching values from a drop down. I've played around with this a lot and a) can't get the windows.load function to fire in IE (Firefox is ok)...
Hi,
I have a situation when I want to change the selected value of a combo box in a windows forms application by using Ctrl-Left ori Ctrl-Right. However if the combobox is the selected control on the form this does not work. The selected value is set to the old value after it is set to the new value. If the combobox is not the selected ...
Everyone probably knows what I mean, but to clarify the control would need to:
Fire an event when user edits the text. The event would provide a SuggestionList: TStrings which you could fill with matches/suggestions.
if the SuggestionList is not empty a drop down should appear.
Unlike combo, the control should not attempt to automatica...
I am trying to populate a drop down and found this page, which provides part of the solution:
http://www.bizsupportonline.net/infopath2007/programmatically-fill-populate-drop-down-list-box-infopath-2007.htm
I got this to work, but if players.xml was changed, the drop down list didn't reflect it. I had to rename the file and add the ...
What is the difference between Combo box and drop down list in asp.net Ajax Control Toolkit
...
When I selected some item in combobox and then I'm trying to select another item in same combobox, I can see only one item - those which is selected right now. I believe that happens because of autocompletion. Does anybody know how I can disable it or something. I need to see all values on each click, regardless if something was selected...
So if I'm using the YUI loader (on Yahoo's servers) to serve JavaScript, and I tell it to use combinations so several YUI Widgets can be downloaded by the browser in a single request, doesn't that make it much more difficult for the browser to cache the JavaScript?
Say I have a site with two pages, and the first one uses the YUI Calenda...
i am using a factory function (which has grids within windows called using button handler)within one form.
so when i click the button and open a grid and than close it,it works correctly,
but say for example in a situation:
if i open both grids and close , and than try to open other grid the previous grids contents are loaded,but as...