Storing values in the DataValueField and DataTextField of a dropdownlist using a linq query
- by user1318369
I have a website for dance academy where Users can register and add/drop dance classes.
In the web page to drop a particular dance, for a particular user, the dropdown displays her registered dances.
Now I want to delete one of the dances from the list. So I'll remove the row from the table and also from the dropdownlist. The problem is that…