asp.net 2 drop down list and a selected saved value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

if i have a drop down list which i pull its values from DB i want the DDL to
point to the selectedIdex that was saved in a db. how can i do this?

thnaks in advance

peleg
 
when you populate the TEXT in the DDL, for each record, populate the VALUE
portion of the DDL with the identity/primary key field from the database
 
Back
Top