Microsoft
Software
Hardware
Network
Question : Question about ASP.NET Drop Down List Control
I’m using
Microsoft Visual Web Developer 2010
and
VB
. I created a database with a 2-character State field,
i.e
., OH for Ohio. I also have a web form on which I placed a drop down list control. I primed the drop down list control’s Items property with the names of the 50 states using the full name (
i.e.,
“Ohio”) as the Text property of the drop down list’s collection item and the corresponding 2-letter abbreviation (
i.e
., “OH”) as the Value property. When I view the form in a browser the drop down list looks fine and you can select a state from the list of 50, but as soon as I try to bind the database field to the drop-down list it doesn’t work correctly and I don’t see the collection of Items any more.
My goal is to make it so that a user can pick from the drop down list of 50 states and, when they submit the form, the database would be populated with the 2-character state abbreviation. I’ve tried setting the various properties in every way I can think of without success. It seems that when I set the drop-down list’s DataTextField (or DataValueField) property to the State field of my database, the drop down list populates from the database instead of my collection of items. How can I set the drop down list so that the user can choose from the collection of 50 states and have the corresponding abbreviation posted to the database?
Answer : Question about ASP.NET Drop Down List Control
to get the value then just use
string abbreviation = DropDownList1.SelectedValu
e;
Random Solutions
How do I put integers into a string?
OMA problem in Exchange 2010 - HTTP Error 500.24
Which is better G711 alaw, or GSm codecs
Folders UNIDs and Duplicates
Motherboard driver CD for HCL - P5GD2-TVM/GB/SI
converting an Exchange/SQL server machine to VM using sysinternals tool
OCS 2007 R2 and Cisco call manager
SQL Simple syntax issue - based on Group By / Having
Running the System Update readiness tool.
Problems after Sharepoint server 2010 install - can not open central administration