Thursday, March 29, 2012

server side menu problem

hi,
in my site there r 2 frames:
1.menu frame
2.application display
the menu is based on <A HREF=...> because I need to direct the pages to
the application display frame.now I need to cuach a session before I redirec
t
the page and <AHREF=...> is not build for that.I need un aspx control that h
as
the property "target" so Icould redirect the page to the write fame.
So, how can I control from a server side function the frame to display the
content?
Is it even possible?
If not, how to avoid it without using client-based menus?
how can I cuach the session without aspx control?Not clear what's the problem. When you navigate to another page from the
client, the session persists.
Eliyahu
"server side menu problem2" <server side menu
problem2@.discussions.microsoft.com> wrote in message
news:7FB9586D-9492-4F26-9585-AF9FEDB17E78@.microsoft.com...
> hi,
> in my site there r 2 frames:
> 1.menu frame
> 2.application display
> the menu is based on <A HREF=...> because I need to direct the pages to
> the application display frame.now I need to cuach a session before I
redirect
> the page and <AHREF=...> is not build for that.I need un aspx control that
has
> the property "target" so Icould redirect the page to the write fame.
> So, how can I control from a server side function the frame to display the
> content?
> Is it even possible?
> If not, how to avoid it without using client-based menus?
> how can I cuach the session without aspx control?
>

No comments:

Post a Comment