Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Find component at run-time

Find component at run-time

Scheduled Pinned Locked Moved ASP.NET
designsysadmindockerquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sean Winstead
    wrote on last edited by
    #1

    I'm working on a server control that needs to find components (i.e., real instances that inherit from Component and not from WebControl) by name at run-time. At design-time, I would use ISite.Container.Components to do this very thing. But at run-time, ISite is null. I'd also try to use the WebControl.FindControl method but it only finds controls, not components. Does anybody know of a way to find a component at run-time? Sean Winstead

    S 1 Reply Last reply
    0
    • S Sean Winstead

      I'm working on a server control that needs to find components (i.e., real instances that inherit from Component and not from WebControl) by name at run-time. At design-time, I would use ISite.Container.Components to do this very thing. But at run-time, ISite is null. I'd also try to use the WebControl.FindControl method but it only finds controls, not components. Does anybody know of a way to find a component at run-time? Sean Winstead

      S Offline
      S Offline
      Simon_uk
      wrote on last edited by
      #2

      Sean Winstead wrote: At design-time, I would use ISite.Container.Components to do this very thing. But at run-time, ISite is null. Hi Sean, You were very close with this, but the code should be this.Container.Components (in c# anyway). You can then loop around this count times until you find the ID of the control you want. Hope this helps, Simon.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups