View Full Version : activex controls in asp
Archana jha
05-31-2003, 07:29 AM
how can i use activex controls in asp pages.i am using MS InterDev environment.
Zebulin
06-02-2003, 03:18 AM
using <object> / <embed> tag...
but the client MUST have these activeX objects (OCX) registered on his PC in order to view them thru a web page.. also some browsers wont show the activeX object..
this would show an Excel sheet
<object id="ssWorksheet" classid="CLSID:0002E510-0000-0000-C000-000000000046" width="100%" height="80%">
</object>
vBulletin v3.0.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.