| If the component�s Enabled property is True,
TopFrameUrl=�� and MustBeInFrame is False, then it�s guaranteed then the page
it is placed on is not located in any frame. < BR>
If TopFrameUrl property is defined, the component guarantees that a web form is placed in a certain frame (which is created on the page located at the address set in TopFrameUrl property). Otherwise redirection to the TopFrameUrl address occurs. If MustBeInFrame = true, this component creates a frame structure with one frame in which a web form is loaded.. This is necessary if you want a form to be able to postback and simultaneously stay open in a Modal Window. Title property for this frame can be defined. |