W
Willy Van den Driessche
Hello,
I am writing (Yet Another) Content Management Application. To make it
easier for the end-users, I would like to retrieve the structure of the
website. To do this, I would like to "walk the tree structure" of the
website. The structure of the site is inside custom ASP controls in the
pages of the site. What I need is a way to instantiate the class behind a
page, so that I can discover it's structure using the controls tree (and
then navigating to other pages etc until I have the entire structure of the
site). I need the "instantiated class", not it's HTML output. Essentially
I want a line of code that would do
dim pageToDiscover as new Index.aspx
Any suggestions ?
Thanks in advance.
I am writing (Yet Another) Content Management Application. To make it
easier for the end-users, I would like to retrieve the structure of the
website. To do this, I would like to "walk the tree structure" of the
website. The structure of the site is inside custom ASP controls in the
pages of the site. What I need is a way to instantiate the class behind a
page, so that I can discover it's structure using the controls tree (and
then navigating to other pages etc until I have the entire structure of the
site). I need the "instantiated class", not it's HTML output. Essentially
I want a line of code that would do
dim pageToDiscover as new Index.aspx
Any suggestions ?
Thanks in advance.