J
John H W
I currently use frames for a website. I plan on moving this site over to .NET
now that the ISP is using ver 2 beta 2. I currently have the website working
as below, but would like to get rid of the frame.
My question is: can I use a master page(s) to do what I need to do.
The page has the website's "banner" (name, logos, etc.) across the top, the
site's menu (navigation) on the left side and a menu of "temporary" but long
standing items (links) on the right. In the middle I want to have "news"
items (linked to an article) when the page first comes up (or comes back to),
but when you click on a menu page (currently pointing to a pdf, doc, html or
asp page), a news item, or a long standing item, that item will appear in the
middle - replacing the "news" items.
It would appear that I could use aspanel, programmeticly putting in the
name of the page to load in the middle, but the books and other info I find
only mention ascx pages. I have never used ascx pages and can find little to
explain them.
Question: Can I point the panel to a type of page other than an ascx page?
How I thought of doing this is to use ?url="name of file" in recalling the
default.aspx file with the "news" as the default. (menu has homepage which
would reload default.aspx without the ?url. But I need to know is I have to
change all my html pages.
Thanks,
John H W
now that the ISP is using ver 2 beta 2. I currently have the website working
as below, but would like to get rid of the frame.
My question is: can I use a master page(s) to do what I need to do.
The page has the website's "banner" (name, logos, etc.) across the top, the
site's menu (navigation) on the left side and a menu of "temporary" but long
standing items (links) on the right. In the middle I want to have "news"
items (linked to an article) when the page first comes up (or comes back to),
but when you click on a menu page (currently pointing to a pdf, doc, html or
asp page), a news item, or a long standing item, that item will appear in the
middle - replacing the "news" items.
It would appear that I could use aspanel, programmeticly putting in the
name of the page to load in the middle, but the books and other info I find
only mention ascx pages. I have never used ascx pages and can find little to
explain them.
Question: Can I point the panel to a type of page other than an ascx page?
How I thought of doing this is to use ?url="name of file" in recalling the
default.aspx file with the "news" as the default. (menu has homepage which
would reload default.aspx without the ?url. But I need to know is I have to
change all my html pages.
Thanks,
John H W