In computing with graphical user interfaces, a drop-down list is a user interface control GUI element ("widget" or "control"), similar to a list box, which allows the user to choose one value from a list.
2
votes
0answers
177 views
DVWP ASP.NET Filter for all pages
I have created a drop down along with DVWP as described in http://social.technet.microsoft.com/Forums/en-US/sharepointcustomization/thread/949d4443-58a4-464b-9603-e4c280740650.
However I see one ...
1
vote
1answer
166 views
Infopath 2010 SharePoint 2010: Cascading Dropdowns
I'm looking for a solution of the following question.
I have a mainlist with information about people.
List:
Name -- OrgaLevel1 -- OrgaLevel2
Wilson -- ... -- ...
I have also a list with the ...
0
votes
2answers
891 views
Getting the value from the dropdownbox Event Reciever sharepoint 2010
I have an event reciever for item adding.
I'm using:
dropdwnvalue = web.Lists[properties.ListId].Fields["Names"].InternalName;
string selectedValue = ...
1
vote
2answers
489 views
Can't remove value from list item
I have a list that has a dropdown box as one of its columns. We changed the values in the dropdown box and now some of the items in the list refuse to allow us to blank out that column (so it has no ...
0
votes
2answers
483 views
Trigger workflow email when item created
We have a list called employee details, which has client name as one of the columns which is of the type lookup (from another list name columns value). So when the users create a new item in the ...
4
votes
1answer
1k views
dropdown box on change event in SharePoint list forms
I am editing an SharePoint list form using SharePoint Designer. I need to have two drop down boxes one with the names of the countries and other with the names of appropriate state. How can I ...
4
votes
2answers
961 views
Selected value in ribbon DropDown/ComboBox is not displayed
When I select one of the values in my DropDown (or ComboBox, tried both), the event gets triggered correctly, but the selected item is not shown when the DropDown is closed (the box stays empty). I ...
2
votes
1answer
359 views
Get value from Managed Metadata Field in Drop Down List
I'm working on a project portal where a user can create a project (team site). The user is asked to fill in details regarding the projects. One of the things that is required is a Managed Metadata ...
2
votes
2answers
481 views
VisualWebpart - controls like radiobuttonlist and dropdownlist not firing the SelectedIndexChanged event when inside a repeater datarow
VisualWebpart - controls like radiobuttonlist and dropdownlist not firing the SelectedIndexChanged event when inside a repeater datarow.
Any help?
Source code:
...
0
votes
2answers
188 views
Dropdown goes behind QuickTime player
I currently have a QuickTime player on my site just below the global navigation. When I hover over some of my dropdown navigation items, their dropdowns goes beneath the QuickTime player.
What would ...
0
votes
1answer
291 views
Item Editor form for list - use a lookup table for dropdown
We have a list on SharePoint 2010 called "Policies". It contains a couple of dropdown boxes which point to custom columns. These columns get their data by going to List Settings > clicking on the ...
0
votes
1answer
166 views
Restrict item in List from modification if used in other Lookup or Cascading Drop-down field
Currently I have three lists.
The 1st list contains a single column.
The 2nd list contains two columns - one of the columns performs a lookup on the 1st list.
The 3rd list contains three columns - ...
2
votes
2answers
209 views
Search Refinements: Some dropdowns displaying number instead of text
I have a large document library that has a bunch of dropdown fields that I'm using as refinements. The refinements should come back as:
ANIMALS
Cat
Dog
Mouse
But what I'm seeing is that it's ...
1
vote
2answers
652 views
sp2010 populate dropdown combo from ECT
I have absolutely struggled in creating a custom control to use an external data source to populate a dropdown combo list. Does anyone have any good examples of how to implement this? Is a custom ...
0
votes
4answers
1k views
Cascading DropDownList in a web part?
Is there a standard way to implement this? Any solution would have to make use of AJAX. I am considering two possible methods at the moment:
Try to find a way to use the ASP.NET AJAX Toolkit to do ...
0
votes
2answers
539 views
fill a dropdown with data from a list using client object model
how can i fill a sharepoint 2010 dropdown with data from a list using client object model?
i am trying to create an aspx workflow association form and want the initiator to choose an option from an ...