Why not create a custom control - derive it from Label and make cutom
elements (for params to the activeX).
Some example of new properties of the new control can be:
string CLSID
string Height
string Width
string Align (or Align Align, where Align is enum)
ParameterList Parameters (this is the list of parameters/values).
Override the Render method.
Now, you can host this control as custom control, like:
<prefix:ActiveXControl ... width=".." clsid="..." runat="server">
<prefix

arameter name="..." value="..." runat="server"/>
...
</prefix:ActiveXControl>
--
Cheers,
Gaurav Vaish
http://www.mastergaurav.org
http://mastergaurav.blogspot.com
--------------------------------