0
votes
2answers
31 views
Selecting radio button option based on keyboard input
I have a page full of radio buttons that I'd like to be able to tab through and then select options based on keyboard input. I'm hoping to get the keyboard input to work on radiobuttons in a similar …
0
votes
2answers
99 views
InfoPath 2007 - Populate drop-down list on-the-fly
Hi,
I'm working on an InfoPath 2007 form. I have two drop-down lists and i need the second to be populated with items bases on the value chosen in the first list. I use c# to populate the drop-dpwn …
0
votes
1answer
770 views
Gridview, DropDownList, EditItemTemplate - Error: SelectedValue which is invalid because it does not exist in the list of items
I have a Gridview which binds to an ObjectDataSource (objStudentDetails). In edit/insert mode of the Gridview one of the fields is a DropDownList that gets it's pick list options from a lookup table. …
4
votes
13answers
6k views
Dropdownlist width in IE
In IE, the dropdown-list takes the same width as the dropbox (i hope i am making sense) whereas in Firefox the dropdown-list's width varies according to the content.
This basically means that i have …
1
vote
4answers
2k views
Implementing an editable DropDownList in ASP.NET
What's the most elegant way of implementing a DropDownList in ASP.NET that is editable without using 3rd party components.
As a last resort I will probably try using a TextBox with an …
0
votes
2answers
30 views
reset selectedvalue when textbox change
I have a textbox and a dropdownlist
the textbox has
<asp:TextBox ID="TxtInizioPeriodo" runat="server"
ontextchanged="InizioPeriodo_TextChanged" AutoPostBack="true" …
0
votes
3answers
66 views
asp.net dropdownlist - C#.NET and javascript
I have a drop down and a div right next to it. The text contained inside the div should be updated based on value selected in the dropdown.
I do NOT want to use AutoPostBack feature.
0
votes
5answers
63 views
DropDownList has a SelectedValue which is invalid because it does not exist in the list of items.
Here's the scenario:
The selections in DropDownList are bound from a DB Table listing the acceptable values. At one point in time the values were:
One
Two
Three
Four
At some point later, the list …
0
votes
5answers
79 views
Getting DropDownList values in a repeater
There is a following mark-up code:
ASPX Page
<asp:Repeater ID="GeneralRepeater" runat="server"
OnItemDataBound="GeneralRepeater_OnItemDataBound">
<ItemTemplate>
<tr>
…
3
votes
8answers
445 views
Usability: Dynamic Dropdown Menu Population
I've long thought (but never practiced for some reason) that a dropdown menu that is dynamically generated and only contains one item, should automatically select that item. This would opposed to the …
0
votes
1answer
36 views
Data bound drop down in a gridview template
I need to limit the values in a data bound drop down placed in a template column in a gridview based on the text in another column in that row of the gridview. I also want the dropdown to be …
1
vote
1answer
33 views
IE 6 dropdown selection area too narrow
Hi,
I have a dropdown menu with the width set to 142px however the selection area when you drop down the menu needs to be larger as it has text that exceeds this width. Firefox (and most modern …
7
votes
4answers
9k views
How do I add options to a DropDownList using jQuery?
As the question says, how do I add a new option to a DropDownList using jQuery?
Thanks
2
votes
4answers
53 views
How do I data bind a drop down list in a gridview from a database table using VB?
So in this gridview, there is a column for status and I want to have a drop down list with Pass, Pending, Fail appear when the edit button is clicked. These values are already in a table, so I need to …
0
votes
4answers
32 views
LINQ Union with Constant Values
Hi;
Very primitive question but I am stuck (I guess being newbie). I have a function which is supposed to send me the list of companies : ALSO, I want the caller to be able to specify a top element …
