[CLOSED] Mixing Container Items and Content

  1. #1

    [CLOSED] Mixing Container Items and Content

    Hi all

    We're working on a large Project with many screens...
    To reduce the coding work we've chosen to keeps some returning parts in User Controls (ascx)

    Now we need to mix User Controls and Ext.Net Controlsin a Panle

    <Panel>
    -- Ext.Net Control
    -- User Control
    -- Ext.Net Control
    </Panel>
    My Question is : can I mix <Items> and <Contend> ? Can I have multiple <Content> in my <Items> Collection ?

    Peter
    Last edited by Daniil; Aug 26, 2012 at 10:50 AM. Reason: [CLOSED]
  2. #2
    Hi,

    It is possible in some rare cases when a developer needs to put a script into Content and Ext.NET components into Items.

    But, generally, we recommend to avoid such scenarios.

    In your case it is not an option at all, i.e. it won't work.

    You can just wrap a user control in an Ext.NET Container and place into Items.

Similar Threads

  1. [CLOSED] Question about order of <content> and <items>
    By rosua in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 12, 2012, 4:56 AM
  2. Replies: 6
    Last Post: Aug 13, 2010, 8:27 AM
  3. Items vs Content
    By igitur in forum 1.x Help
    Replies: 1
    Last Post: Jul 13, 2010, 10:40 AM
  4. [CLOSED] [1.0] Store inside container's content
    By Timur.Akhmerov in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 21, 2010, 8:52 AM
  5. EnablePageMethods & Mixing managers..
    By alexandern in forum Open Discussions
    Replies: 2
    Last Post: Jun 06, 2008, 4:53 PM

Posting Permissions