Access to objects created in codebehind

  1. #1

    Access to objects created in codebehind

    Hi, all :)

    A have a panel or any other control created in codebehind. How can I reference it in my clientside code?
  2. #2

    RE: Access to objects created in codebehind

    Hi,

    All components are available client-side by using their client-side id's. The client-side id will be the same as their server-side .ClientID property.


    The following sample demonstrates showing a Window component using several server-side and client-side techniques, see


    https://examples1.ext.net/#/Window/Basic/Show/


    Hope this helps.


    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 0
    Last Post: Aug 01, 2012, 1:20 AM
  2. Replies: 2
    Last Post: Jul 10, 2012, 1:23 PM
  3. [CLOSED] Access ext objects from an Iframe?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jun 24, 2010, 8:50 PM
  4. [CLOSED] Access ext objects in codebehind
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jun 22, 2010, 4:57 PM
  5. Prb: Moving objects from codebehind til markup
    By plykkegaard in forum 1.x Help
    Replies: 1
    Last Post: Mar 22, 2009, 2:16 PM

Posting Permissions