0
votes
1answer
34 views
APS.NET MVC newbie: getting/passing data in dropdown form for multiple objects in an edit View
Using the Authors/Books catalog example...
Let's say I want to edit the info for the books of a specific author.
When someone navigates to domain.com/Books/Edit/2, I want to disp …
1
vote
3answers
45 views
what’s a good rule of thumb for max dropdown list options
Hi All,
with the title being self-explanatory enough, if you do reach this max number, what do you do instead?
thx :)
-C
0
votes
1answer
14 views
add a dropdown menu on clicking on a text in DOM
Hi,
Is there a way i can popup a dropdown menu on a webpage when i click on a text? I have a text that is highlighted. The text is highlighted using span tag. so now i have added …
3
votes
7answers
110 views
In ASP.NET, how can I force the format of dates in a DropDownList to “DD/MM/YYYY”?
I have to build a DropDownList with the dates of the last 7 days. I would like the DropDownList displays the date as "DD/MM/YYYY". So I created a list of dates:
DateTime date = Da …
1
vote
2answers
43 views
DropDownList item not selected
I'm obviously still missing something about how to bind the selected item in a DropDownList.
I set up the SelectList like this in a repository:
public SelectList GetAgencyL …
0
votes
2answers
34 views
Generating Drop Down List
I have a list of a href's and I would like to create a drop down list from it.
How can i accomplish this without using jQuery?
I'm new to javascript...
1
vote
2answers
43 views
Increase the Width of a Dropdown List
How can I increase the width of a DropDownList in ASP.NET?
0
votes
3answers
80 views
Persisting Selected Value in MVC DropDownLists
I'm new to MVC, but I've been all over this, read all the documentation and all the questions and all the blog posts I can find, and all I'm doing is getting completely wrapped aro …
6
votes
4answers
281 views
BlackBerry - dropdown control with images
The ObjectChoiceField field meets all my requirements but it is not pretty.
This is what I have:
String pets[] = {"Dog", "Cat", "Duck" };
ObjectChoiceField dd =
new ObjectCh …
0
votes
3answers
54 views
jquery get selected text from dropdownlist
hello,
How can I get asp dropdownlist selected text in Jquery, not selected value/
0
votes
2answers
23 views
MVC Templated Helper - DropDown
Using the templated helpers in MVC2.0 I ran into a dillema, how to get the items to fill a dropdownlist.
I am using a [UIHint(BadgesDropDown)] attribute, but how will i get the lis …
0
votes
1answer
17 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 popu …
0
votes
2answers
36 views
MVC Drop Down List
This construction below using dropdownlist does not work!!
<% = Html.DropDownList (ddlUf, "All", New With (. Class = "text"})%>
It only works if I do this:
<% = Html. …
0
votes
1answer
24 views
Sliding & hiding multiple panels in jQuery.
I have a table with multiple rows in each row is a select list and based on the selection (when the onchange event is fired) panels appear containing additional data below the row. …
2
votes
8answers
186 views
drop down options depending on the selected radio button in javascript
i have two radio buttons: in-campus and off-campus. when in-campus is selected the dropdown will have some options and when off-campus is selected there will be a different set of …
