[CLOSED] Controls in ASPX pages when using Autoload

  1. #1

    [CLOSED] Controls in ASPX pages when using Autoload

    Hello,

    Does anyone knows how to reference controls in aspx pages that have been loaded by using the "AutoLoad" properties of the <ext:Panel> control?
    We have tried to use the Coolite.Utilities.ControlUtils.FindControl() method with no luck.
    When I view the htmlof the parent page I can see the panel ID (pnlProjectEdit) but cannot access or reference any controls that are on the aspx page loaded via the Autoload properties.

    Thank you,
  2. #2

    RE: [CLOSED] Controls in ASPX pages when using Autoload

    Hi,

    On server side you can't get controls from AutoLoad page (autoloading performs on client side only). Parent page (which contains the control with AutoLoad) does not know about autoload pages (those pages is not created when the page rendering).


    On client side you can get reference on Coolite controls from iframe page using:


    Panel1.iframe.dom.contentWindow.PanelFromIframePage

Similar Threads

  1. Replies: 2
    Last Post: Feb 17, 2012, 2:45 PM
  2. as aspx pages loaded in tabs
    By jhohan25 in forum 1.x Help
    Replies: 2
    Last Post: Jun 02, 2011, 6:21 PM
  3. Replies: 4
    Last Post: Jun 09, 2010, 5:45 AM
  4. [CLOSED] Which control can I use without bordes to load aspx pages?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 01, 2010, 7:13 PM
  5. Open other ASPX pages in one Desktop windwo
    By Kamal in forum 1.x Help
    Replies: 6
    Last Post: Jun 01, 2009, 1:43 PM

Posting Permissions