Forum Moderators: open
how?
and - is there a way to make these tools available by default without putting a register directive on every page?
all pages will have placercontrol (plc)
Dim ctl As Control = LoadControl("../Controls/header.ascx")
CType(ctl, header).WebsiteName = WebsiteName
plc.Controls.Add(ctl)
You can then add your control to the visual studio tool box and then just drag and drop it to the page without a need for the page register line.