drop down list binding
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-04-20T15:45:14Z
Indexed on
2010/04/20
15:53 UTC
Read the original article
Hit count: 260
I have a table which has an Id and a name field. I usually bind the name to the dropdownlist but I was told that any dml should be on the Id so how can I use the name in the dropdownlist and at the same time still use the Id?
© Stack Overflow or respective owner