C
celoftis
Using VS2005, VB codebehind,
I'm porting a windows app to the web - My main page is very simple and
will look something like this:
---------------------------------------------------
| Title |
---------------------------------------------------
| | button navigation bar |
| | --------------------------------------|
| | |
| Menu| |
| | Content |
| | |
| | |
| | |
-------------------------------------------------
Menu is a treeview control that is (potientially) different for each
user that visits the site. (nodes are dynamically populated in the
treeview via code behind based on user's role and auth. level)
The Content can be any object renderable by a browser (HTM, flash, pdf,
office document, etc).
The question is can i display different web forms in the content part
when the menu is clicked?
I've looked at master pages but from what I understand they would only
be able to display HTM in the "Content" area. Does anyone have any
ideas on how to allow the content area to display other types of
objects?
Can anyone help a web rookie ?
I'm porting a windows app to the web - My main page is very simple and
will look something like this:
---------------------------------------------------
| Title |
---------------------------------------------------
| | button navigation bar |
| | --------------------------------------|
| | |
| Menu| |
| | Content |
| | |
| | |
| | |
-------------------------------------------------
Menu is a treeview control that is (potientially) different for each
user that visits the site. (nodes are dynamically populated in the
treeview via code behind based on user's role and auth. level)
The Content can be any object renderable by a browser (HTM, flash, pdf,
office document, etc).
The question is can i display different web forms in the content part
when the menu is clicked?
I've looked at master pages but from what I understand they would only
be able to display HTM in the "Content" area. Does anyone have any
ideas on how to allow the content area to display other types of
objects?
Can anyone help a web rookie ?