D
Damon
I am working on a site in which I would like to have two dropdowns that will
allow a user to navigate through the administrative pages of the site. The
first would allow the user to choose the particular site that they would
like to edit. The second would allow the user to select which admin screen
they would like to edit. The second dropdown needs to be populated based on
the selection in the first one. I want to encapsulate these dropdowns in
user controls so that I can easily add them to any page. Where I'm having
the most trouble is maintaining the state of the data from page to page
inside the user controls. Also, I was wondering if I should try to cache the
dropdowns or store them in a session object. Has anyone seen any examples of
this or have any good ideas on how to implement this type of functionaluty.
Any help would be greatly appreciated.
allow a user to navigate through the administrative pages of the site. The
first would allow the user to choose the particular site that they would
like to edit. The second would allow the user to select which admin screen
they would like to edit. The second dropdown needs to be populated based on
the selection in the first one. I want to encapsulate these dropdowns in
user controls so that I can easily add them to any page. Where I'm having
the most trouble is maintaining the state of the data from page to page
inside the user controls. Also, I was wondering if I should try to cache the
dropdowns or store them in a session object. Has anyone seen any examples of
this or have any good ideas on how to implement this type of functionaluty.
Any help would be greatly appreciated.