You can use the param tag
<clsid:
<param name="MyName" value="MyValue>
/>
also u have to declare public property MyName in your active x.
Then just response.write the html code as above or do
<param name="MyName" value="<%= MyValue()%">
in the code behind
"Allan Cammish" <al**********@hotmail.com> wrote in message
news:f9**************************@posting.google.c om...
Dear all
I am developing a web application in ASP.NET & VB.NET and I need to
pass parameters from the server side code to an ActiveX control which
is loaded and run on the client's browser.
Before anyone asks me, I have to use an ActiveX control, and it has to
run on the client side!
Regards
Allan Cammish.