S
spx27
Does anyone know the best way to handle passing a dynamic menu
generated from a login from one asp.net page to another. Would it be
better to recreate the menu on each page? Save the menu as a string
into a session variable upon login? Any other way to do this I may be
missing?
This menu is part of an intranet. The user logs in, checks SQL
database for folder permissions, then scans web directories for all
folders which match permissions and lists all files and folders under
them to create a menu tree. From what I've been reading, frames aren't
the best solution anymore...Any ideas?
-Spx27
generated from a login from one asp.net page to another. Would it be
better to recreate the menu on each page? Save the menu as a string
into a session variable upon login? Any other way to do this I may be
missing?
This menu is part of an intranet. The user logs in, checks SQL
database for folder permissions, then scans web directories for all
folders which match permissions and lists all files and folders under
them to create a menu tree. From what I've been reading, frames aren't
the best solution anymore...Any ideas?
-Spx27