suppose i make a drop down menu having value 1, 2, 3, 4, 5, one option can be selected, and selected option is stored in database.
now i create an edit page, how do i display the selected value in the menu and other values in drop down,
for example,
Menu is like
Select One
1
2
3
4
5
and i select 3, this 3 is stored in database, now on the edit page i want to show 3 as already selected,
something like that…
Quote
I will be very thankful, if someone could help by explaining how do i make option 3 as selected… eg. how i know option 3 is selected and stored in db.
without firing query