edit dynamic dropdownlist in a datalist
Hello,
My db has 2 fields, name and State. I know how to pull the data and display it in a datalist. Now, I am trying to perform EDIT of my datalist. Basically, when edit is clicked, I want to retrieves all values from the db to my dropdownlist (State dropdownlist) and the displayed value is the one in the db. From that State dropdownlist, the user can change the State.
Thanks
Jacques
|