How to Display Two Columns in one ListBox? - c#-2.0

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

Related

Translate Combobox values with source Dataverse in Canvas Apps

I am trying to build a multilingual Canvas application and for static text I have created a separate table in Dataverse with the following columns: "Key", "Value", "Language". For static texts like the label of the datacard in the form this approach is working without an issue.
Unfortunately, I have 2-3 combobox fields, optionsets in Dataverse and this approach is not working or at least I cannot figure a way to translate those values, when the user selects a language.
I have tried using the Microsoft Translator connector, but I do not think that this is the correct approach, since I have a lot of issues with saving the data back.
I would appreciate any ideas!
Thank you!

Looking to add a dynamically adding rows table with multiple fixed columns which can fill value's to Google form and bring response to Google Sheets

I'm trying to create a table with editable cells in a google form that lets people enter their response. It would have multiple fixed columns and dynamically adding rows for more response.
Sample image of the desired table in google form for response
I am naive about building google forms and running scripts/codes on forms. A detailed explanation of steps will be of good help.
Thanking in advance to wonderful people who do such fabulous work
At the moment it is not possible to insert tables in Google Forms, not even via Apps Script, but since you are interested in learning about Forms and Scripts I would recommend you start with this quickstart about managing Form responses.
If you explain perhaps with more detail what your goal by inserting the table is, maybe there is a way with the available options in forms to achieve it.

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.

Leaving out blank fields in fusion info windows

I've mapped a number of addresses with various fields of data in my table. How can I show a field for which I have data for one address but make sure it does not show in the info window for the addresses that have no such data?
For example, some of my addresses are properties that have been demolished. My table includes that info and the cost of the demolition. Is there something I can write in the code to make the "Cost of demolition" field show in the windows for the addresses that have a value for that field, and not show in those that do not?
My apologies for such a basic question. I'm a journalist just learning his way around this stuff. I found one other question about displaying photos that seemed somewhat related but I wasn't sure that answered my question.
Thanks for the help.
The only way to do this using a little programming using the Fusion Tables Layer in the Google Maps API. It is not possible using the Fusion Tables UI alone. An example of how to change info window content based on data in the table is available here:
https://developers.google.com/fusiontables/docs/samples/change_infowindow_content

Sharepoint Tasks List "Assigned To"

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.

Resources