MultiView Web Control

Last post 06-19-2008 5:02 AM by Thomas Sun – MSFT. 1 replies.

Sort Posts:

  • MultiView Web Control

    06-16-2008, 1:51 AM
    • Loading...
    • tams115
    • Joined on 08-20-2007, 12:24 PM
    • Posts 30

    Dear All,

     I downloaded IE WebControl and include that .dll into my toolbox. I drag and drop this control on a page. I can add 3 pages that works like tab control. How I can do that. When i drop this control on page it icludes a message "To add page view to multipage please switch to HTML view" and further when i add something inside this tag in HTML code it shows error on this view and its tag heading is

    <iewc: multipage id="abc" runat="server" > </iewc:multipage>

  • Re: MultiView Web Control

    06-19-2008, 5:02 AM
    Answer

    Hi,

    If you drag and drop different PageViews in the MultiPage directly, you'll see that the MultiPage on the form says the warning message above. To resolve this, PageViews need to be typed by hand.

    For example:

    <iewc:multipage id="MultiPage1" 
        runat="server" BorderWidth="1px" BorderColor="Black"
        Height="365px" Width="407px">
        <iewc:PageView id="View1">
            <h3>View1</h3>       
        </iewc:PageView>
        <iewc:PageView id="View2">
            <h3>View2</h3>
        </iewc:PageView>
        <iewc:PageView id="View3">
            <h3>View3</h3>
        </iewc:PageView>
    </iewc:multipage>

     

    For more information, see http://msdn.microsoft.com/en-us/magazine/cc188778.aspx (Section: MultiPage and TabStrip).

     

    I hope this helps.

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Page 1 of 1 (2 items)
Microsoft Communities
Page view counter