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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top