Enbedded Controls
I have created a page in which I am using a Menu to control a Multiview control. I have gotten this to work perfectly. However, when I place these items into a Formview, the web application no longer recognizes the Multiview and Menu controls (states they are not declared).
This can be recreated easily:
1. drag a menu on to a page
2. drag a multiview on to the page
3. double click on the menu and write so event referring to the multiview control
4. test
5. insert a formview control
6. drag all of the items into the itemtemplate
7. test
I am assuming that I need to somehow include some reference to the formview when refering to the control within it, but I cannot figure out how.
Thanks in advance if anyone has a suggestion.
|