ASP Programming Question:

How to include Active x controls in ASP code?

Tweet Share WhatsApp

Answer:

You can include Activex Control using OBJECT tag.
Syntax for including Activex control is...
<OBJECT id="id1" clsid ="give class id here" codebase="path spec for activex ocx"></OBJECT>

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What is Server Variables collection?What is a Form collection?