I
igotyourdotnet
In my web app i have a drop down on my pages. I pass the selected item in
the drop down from page to page. The issue is when I go back to page one I
see the data in there twice. How can I have the data item once but selected?
example:
page 1 dropdown
Sell
Buy
Trade
if I select Sell then go to page 2 Sell is shown in the drop down but listed
twice, like this
Sell
Sell
Buy
Trade
I want to show whatever item is selected from page 1
How can I accomplish this?
the drop down from page to page. The issue is when I go back to page one I
see the data in there twice. How can I have the data item once but selected?
example:
page 1 dropdown
Sell
Buy
Trade
if I select Sell then go to page 2 Sell is shown in the drop down but listed
twice, like this
Sell
Sell
Buy
Trade
I want to show whatever item is selected from page 1
How can I accomplish this?