P
Patrick Kristiansen
Hi group!
I've been using the templating technique where you create an inherited class
of Page, and during it's Render method write the template HTML before
calling base.Render(). (See http://tinyurl.com/33lbz).
But what if I have a page, where I would like to be able to generate a
dynamic left aligned menu? I would like to include the HTML for this menu in
the same .aspx file as I have my content for the page. Is this possible in
anyway?
Hope you understand what I mean.
Thanks in advance,
Patrick
I've been using the templating technique where you create an inherited class
of Page, and during it's Render method write the template HTML before
calling base.Render(). (See http://tinyurl.com/33lbz).
But what if I have a page, where I would like to be able to generate a
dynamic left aligned menu? I would like to include the HTML for this menu in
the same .aspx file as I have my content for the page. Is this possible in
anyway?
Hope you understand what I mean.
Thanks in advance,
Patrick