473,385 Members | 1,535 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ASPX form doesn't send any dropdown or listbox data

I am new to .net and would appreciate some advice.
All of the form results are sent, except the DropDownList and ListBox.
code is;
<asp:DropDownList id="Hear_About_Us" Tabindex="85" runat="server">
<asp:listitem Text="Select one" value="Select_one" />
<asp:listitem Text="Direct Mail" value="Direct Mail" />
<asp:listitem Text="Networking" value="Networking" />
<asp:listitem Text="Trade Show" value="Trade Show" />
<asp:listitem Text="Web Search" value="Web Search" />
<asp:listitem Text="Established Client" value="Established Client" />
<asp:listitem Text="Other" Value="Other" />
</asp:DropDownList>

<asp:DropDownList id="product_use_1" runat="server">
<asp:listitem Text="Select one" value="Select_one" />
<asp:ListItem Text="Trade Show" value="Trade_Show" />
<asp:ListItem Text="Special Event" Value="Special_Event" />
<asp:ListItem Text="College/School" Value="College/School" />
<asp:ListItem Text="General Use" Value="General_Use" />
<asp:ListItem Text="Other" Value="Other" />
</asp:DropDownList>

I guess I am missing something but Expressions doesn't help much.
Mar 19 '10 #1
1 1095
MrMancunian
569 Expert 512MB
So, where's the part that sends the values? This doesn't tell us anything. Show us the part that handles the sending and we can give it a try.

Steven
Mar 23 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: jdph40 | last post by:
I have a form in Access 97 on which I have an unbound list box filled with our employees names from tblEmployees. When you select an employee's name and click a button, the following code is run...
0
by: Norman Fritag | last post by:
Hi there I have a form wish is used to doubt check data been entered before it is updated to the main table. I structured the form into 3 tabs of which the first on represents the total amount...
2
by: Joshua Ammann | last post by:
How do you change what row is highlighted in a listbox (so that it highlights the current record you are viewing in the form) when you use the built-in navagation buttons (or any method other than...
2
by: Inquiring_Mind | last post by:
i am creating a database. i have the following question.. as per the specs... i need to be able to pull other forms from the master form using either a list or a combo box. what is the...
10
by: Mr Newbie | last post by:
DropDown lists and Listboxes do not appear in the list of controls and values passed back to the server on PostBack in Request.Form object. Can someone confirm this to be correct and possibly...
1
by: AssanKhan Ismail | last post by:
Hi, I have two aspx form say Frm1 and Frm2 . In Frm1 one dropdown box and one button is there.After pressing that button it opens Frm2 ,in Frm2 i choose one data from Frm2's dropdown box when i...
13
by: M O J O | last post by:
Hi, I need to create a popup form what will not steal focus. I've searched the net and I managed to put some code together. Below is the result of my code, but I have a single question .......
8
by: PAPutzback | last post by:
How do I keep the form up.
2
by: filbennett | last post by:
Hi Everyone, I'm generally unfamiliar with Access form design, but have programmed Cold Fusion applications for a couple of years. I'd like to build a data entry form in Access that allows the...
4
by: Greg Scharlemann | last post by:
I'm trying to setup a dyamic dropdown list that displays a number of text fields based on the selected number in the dropdown. The problem I am running into is capturing the data already entered...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.