Sharepoint Tasks List "Assigned To" - sharepoint-2007

Is there any way i can convert Assigned To field in sharepoint Tasks list to Dropdown, by default it will be from peoples and group search box.
Using designer converting that field to drop down gives nothing for me
Please help me on this.
Thanks in advance

It is possible, but it's not trivial - you need to develop a custom field type similar to the built-in Person or Group type but using a drop-down list instead of PeopleEditor (commonly known as a "people picker").
If you want to go this way, read the Custom Field Types for SharePoint 2007 article and check one of many projects available at CodePlex (e.g. Sharepoint Skype status field) to learn more.

Related

Is it possible to get the localized display name of a SharePoint column via MS Graph?

I have a SharePoint Online Modern Team site of which the default language is set to Dutch. When I use the Microsoft Graph Explorer to retrieve a document library and related columns all display values are in the English language. Is it possible to get the localized values via MS Graph?
Thanks in advance.
Regards
Gijs Stoeldraaijers
Header option does not work
Sadly it's not possible to get the localized column names using the new HeaderOption("Accept-Language", "nl-NL")
code as described here.
Not yet implemented...
According to this question and answer this feature is not yet (2021 March) implemented.
So the only option for now is to use CSOM to get this information.
More references
https://answers.microsoft.com/threadauth/c46d5dae-84d3-4db0-ba50-c30bd5987c88
https://techcommunity.microsoft.com/t5/sharepoint-developer/how-to-get-the-local-translated-column-name-from-a-sharepoint/m-p/2201747/thread-id/10127/highlight/true
User-Voice
I did create a User-Voice request here
https://microsoftgraph.uservoice.com/forums/920506-microsoft-graph-feature-requests/suggestions/42889503-return-localized-column-names-from-a-sharepoint-li to enable localized column names using the Microsoft Graph.

Cascading dropdowns in google forms

Is it possible to have cascading dependent dropdowns (like Country and City select options) in Google Forms?
I searched and found some ways to do it using google spreadsheets, but I could not find a way to do so using google forms
Is it at all possible?
I don't know a way to do it with just google forms, but it is possible with Google HTML Service forms. Here is a simple example. Very basic. You can do much more, but I think is does what you are after.
https://docs.google.com/spreadsheets/d/1rQ-yfZJEk7Y4OnxqyXFCHrxaFPLhjIPmYoQw5SJV5OA/edit?usp=sharing
Use the "Go To" functionality. Based on the response to the first drop down, route the user to the appropriate section with a drop down with the desired values.

How to Display Two Columns in one ListBox?

Dear Members and Masters
I'm trying to display two columns from MSSQL 2008 Database in one listbox...
Listbox's DisplayMember Property can access only one Member..
So..i want to display two columns in one listbox....
How can i do that?
Please answer me if you know:
Thanks
Considering that you are using Winforms you may have a look at Multi-Column ListBox ControlUse this control
Remember always Use Google and search for similar posts.Make google your friend

Duplicate List records

How do I avoid entering the same kind of data from the same users in sharepoint list?
Any directions please
Hari Gillala
No luck going the easy way with Sharepoint 2007. With Sharepoint 2010 you have the choice to make values unique (see SharePoint 2010 – Enforce Unique Values).
With Sharepoint 2007 you have to do that programmatically using an EventReceiver. See following post for lot's of information: How to avoid duplicate record depending on the field in customlist

How to filter the drop down list by using other drop down list in asp.ner MVC

everyone, I encounter a problem when I try to filter the drop down list.
The situation is I wish to filter the Agent dropdown list by using the Company dropdown list in same view/form. Since I need to display the Agents that only belong to the selected Company. But I have no idea to do that.
Any solution, please?
Look at this 2 link's they may be helpful
http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/CascadingDropDown/CascadingDropDown.aspx
It's ajax toolkit with control you want.
http://stephenwalther.com/blog/archive/2008/08/24/asp-net-mvc-tip-37-create-an-auto-complete-text-field.aspx
artical how to use ajax toolkit with mvc.
Hope this will help

Resources