|
|
Question : Asp.net Drop Down List remember last item selected
|
|
|
|
I have a form that uses a DDL to select a company and show all orders. The form has a gridview with a link to delete an order. When you click delete it takes you to another page, once an item is deleted you can click a link to take you back to the main form. How can I capture the last company name selected so that when a users clicks to go back to the main page they do not have to reselect the company name in the DDL list again?
|
|
|
|
Answer : Asp.net Drop Down List remember last item selected
|
|
|
|
|