[CLOSED] Add Asp.Net Server Control Within Ext.Net Panel

  1. #1

    [CLOSED] Add Asp.Net Server Control Within Ext.Net Panel

    Hi,

    How to add Asp.Net Server Control Within Ext.Net Panel because I have used membership controls of asp.net in my site.

    Thanks
    Shailesh
    Last edited by Daniil; Apr 09, 2013 at 4:06 AM. Reason: [CLOSED]
  2. #2
    Please use Content area
    <ext:Panel ....>
         <Content>
                 <asp:Button .../>
         </Content>
    </ext:Panel>
    In the code-behind you can use ContentControls collection

Similar Threads

  1. [CLOSED] XScript as server control
    By betamax in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jun 11, 2012, 1:05 PM
  2. Custom Server Control Textfield
    By m_bo in forum 1.x Help
    Replies: 3
    Last Post: Mar 30, 2012, 9:21 AM
  3. Replies: 6
    Last Post: Dec 07, 2011, 12:55 PM
  4. [CLOSED] Create web server control (composite control)
    By mmmartins in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: May 13, 2011, 6:18 PM
  5. Replies: 4
    Last Post: Feb 23, 2010, 7:38 AM

Posting Permissions