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.
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" <allanc...@hotmail.com> wrote in message
news:f95ff8c9.03110...@posting.google.com...