G
Guest
Hello,
I'm working with, C#, Framework 1.1, and Visual Studio 2003. I built a
Webform that uses Frameset which has 4 frames (Header, Footer, Main, and
Contents) and I set the NavigationUrl property for each frame to the .aspx I
want shown in each frame. I'm using the Contents frame as a menu that
contains Hyperlinks to the page I want displayed.
However, if I don't set the Target property for my Hyperlink control, then
when it is clicked it displays the Webform in the current frame in which the
hyperlink was clicked. If I set the Target property in the Hyperlink control
that is on the Contents.aspx to point to the Frame called Main, it doesn't
work. It will just open up a new brower window with that page instead.
What do I do to get this to work? This is my second time working with
ASP.net and the first time using Framesets, so I'm open to suggestions.
Thanks,
I'm working with, C#, Framework 1.1, and Visual Studio 2003. I built a
Webform that uses Frameset which has 4 frames (Header, Footer, Main, and
Contents) and I set the NavigationUrl property for each frame to the .aspx I
want shown in each frame. I'm using the Contents frame as a menu that
contains Hyperlinks to the page I want displayed.
However, if I don't set the Target property for my Hyperlink control, then
when it is clicked it displays the Webform in the current frame in which the
hyperlink was clicked. If I set the Target property in the Hyperlink control
that is on the Contents.aspx to point to the Frame called Main, it doesn't
work. It will just open up a new brower window with that page instead.
What do I do to get this to work? This is my second time working with
ASP.net and the first time using Framesets, so I'm open to suggestions.
Thanks,