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. Registering Controls Dynamically

Registering Controls Dynamically

Scheduled Pinned Locked Moved ASP.NET
csharpquestion
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.
  • D Offline
    D Offline
    dnmanner
    wrote on last edited by
    #1

    Hello, :) We have custom controls we use on practically every ASP .NET page. This means placing the Register directive on every page, which seems inefficient. Is there a way to do this dynamically, for instance, registering the tag prefix in web.config or machine.config or storing the controls in the global assembly cache, so that custom controls can be added just like built-in controls? Many thanks, Daniel

    T 1 Reply Last reply
    0
    • D dnmanner

      Hello, :) We have custom controls we use on practically every ASP .NET page. This means placing the Register directive on every page, which seems inefficient. Is there a way to do this dynamically, for instance, registering the tag prefix in web.config or machine.config or storing the controls in the global assembly cache, so that custom controls can be added just like built-in controls? Many thanks, Daniel

      T Offline
      T Offline
      Thea Burger
      wrote on last edited by
      #2

      Hi, Why not look into creating a base class that contains all your custom controls, and then let all your ASP.Net pages inherit from that base class? HTH, Thea

      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