ActiveX

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to implement a "Online Virus Scan" functionality....in which if the
first time user access the site it will ask to download ActiveX component(CAB
file) from next time onwards the user can access the page without downloading
ActiveX.

I have CAB file how can I implement similar functionality in ASP.NET.

ASP.NET 2.0/ C# / ActiveX

Thanks,
~ Raj
 
It doesn'y matter what server-side technology you are using. The html will
be always the same:

<object id=myObjectId codeBase="MyObject.cab#version=x,y"
classid="clsid:myObjectClassId" >
</object>

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top