shiller
Posts: 20
|
| Posted: 02/29/2008, 7:26 AM |
|
Experts,
I'm using Listbox in my application in the DataSource of the listbox I have the following value "1;Email;2;Mail;3;Phone;4;Fax"..... for some strange reason if a user select "Email" from the drop down menu "1" is stored in the database not "Email" or if a user select "Phone", "3" is stored in the table.
Please help!
|
 |
 |
ckroon
Posts: 869
|
| Posted: 02/29/2008, 8:53 AM |
|
It's not a strange reason :)
The first value is the db value. What you want is Email;Email;Mail;Mail etc.
_________________
Walter Kempees...you are dearly missed. |
 |
 |
|