Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Passing parameters to client side ActiveX control

0 views
Skip to first unread message

Allan Cammish

unread,
Nov 5, 2003, 8:21:10 AM11/5/03
to
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.

Rajesh.V

unread,
Nov 6, 2003, 10:40:29 AM11/6/03
to
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" <allanc...@hotmail.com> wrote in message
news:f95ff8c9.03110...@posting.google.com...

0 new messages