Topic profile page for Drop down list.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Drop down list.
Topic "Drop down list" was discussed 21,326 times on 1,637 sites in last 3 months
Started 2 days, 11 hours ago (2009-12-04 04:41:00)
by arkiboys
Hello, I am populating a drop down list by the following code: private void PopulateData() { for (int i = 0; i < 3; i++) { int intNumber = dtNumbers.Rows[i]["Number"].ToString(); ddlNumbers.Items.Add(intNumber.ToString()); } } The above code populates a drop down list with items 1, 2, 3 Question:...
Started 2 days, 18 hours ago (2009-12-03 21:35:00)
by nitrobass24
Macro Help: Data Validation Drop Down List Ok so I have some columns that I want to use a DDL to filter on values in the row. But my macro isnt doing the data validation and creating my drop down list. Code: Option Explicit Private c As Range Private rLastCell As Range Private rHFilterRow As Range Private i As Long ...
Started 3 days ago (2009-12-03 15:56:00)
by jplarios
Hi: I am using the STP web application , SAS 9.1.3. I have a drop down box but I can's seem to increase the size of it which makes the values in the drop down list to get cut off. Any help? Thanks, jp
Started 3 days, 2 hours ago (2009-12-03 13:46:00)
by AE804
Hey Scripting guy, How're you doing? I'm creating an Excel Worksheet based on a few Word Documents. I have a "Choice" dropdown list for the progress for the test. I would like to know how to prepopulate that "Choice" drop down box with the "Not Started" choice. Any help?
Started 3 days, 11 hours ago (2009-12-03 04:52:00)
by MikeGarvin
Hi I have the following code that loads currencies from file and a default one from db. The user then clicks the menu, but I keep getting the first entry in dropCurrency.SelectedItem.Text instead of what the user clicked. Why is this? The function is loaded in page load once only when the page loads for the 1st time. Many thanks, Mike ---------- Code: protected void ...
Started 3 days, 15 hours ago (2009-12-03 00:26:00)
by robertp2605
Hi everyone, I am new in this forum. I need some help to create formula for column E. if i choosefrom drop down list column D( full paint 1bdr ) i would like to have in the column E 40 if i choose full paint 2 bedr/1 bath i woud like to have 50 and ... i have attachted file Thanks
Started 3 days, 22 hours ago (2009-12-02 17:32:00)
by Moordoom
Autofill data from a drop down list choice I have created a drop down list on a spreadsheet that retrieves the list from another worksheet in the same book. I want to be able to create a formula or something that will autofill another cell in the same row and subsequent cells in that column based on the selection from the drop down...
Started 4 days, 18 hours ago (2009-12-01 22:00:00)
by ryan14
I have a registration form i made where users can select their Country, State and the city they live in, but I cannot find a list of all the Countries, States, and Cities from around the world. Does anyone know where i can get a complete full free list from?
Started 1 week ago (2009-11-29 06:26:00)
by Anders
Hi, Ok, this is a bit of a puzzle to me. I can't figure out how to do it. I have a "database" file on sheet 2. The database various informations about different golf courses. The drop down list entries are the entries in coloumn A. The informations about each golf course are located in the row corresponding to the list ...
Started 6 days, 3 hours ago (2009-11-30 13:05:00)
by CandiC
I have an estimating form that we use for estimating service jobs. I entered a dropdown box at the very top to allow the user to select the correct customer. However, there are special pricing rates that pull from another sheet ('Special Rates') this sheet is in order by customer account number. However, when a customer name is selected...
Started 6 days, 4 hours ago (2009-11-30 11:40:00)
by smgomez
I have a query where I want to be able to see the list of possible values for one field, so that I can scroll down the list and select versus typing it in. How do I do that?
Started 5 days, 19 hours ago (2009-11-30 20:29:00)
by cp
( Using Excel 2007, I have created a survey and some cells have drop down list. For example, the responses include items such as private practice, physician owned practice, free clinic, etc. After all the data is entered, I need to calculate the number times each response was selected. Is there a way to do this Thanks for your assistance. , Using Excel 2007, I ...
Started 4 days, 20 hours ago (2009-12-01 19:10:00)
by jay-excel
List drop down scroll Hello, Is there a way so that in excel, the scroll wheel on the mouse can be used to move up and down lists within a drop-down list?
Started 2 days, 16 hours ago (2009-12-03 23:53:00)
by ppower
help with detailed list/drop down menu i want to create a drop down list in which i select one category and it will show me all details related to that category. for example: i would select january from the drop down and the following would show up with details under the columns: Client Product Dollar Amount etc... ...
Started 1 week ago (2009-11-29 14:48:00)
by Anders[_2_]
Hi, Ok, this is a bit of a puzzle to me. I can't figure out how to do it. I have a "database" file on sheet 2. The database various informations about different golf courses. The drop down list entries are the entries in coloumn A. The informations about each golf course are located in the row corresponding to the list entry. Eg. Course 1 Par Hole information etc Course 2 Par ...
Started 3 days, 11 hours ago (2009-12-03 04:11:00)
by robertp2605
yes that was the last one.i will try learn those formulas and use them in my other form.if i will have any problems i hope i can count on you.i will be keep posting in the same thread.thanks a lot.will post tomorrow.