ASP Programming Question:
Download Job Interview Questions and Answers PDF
How to include Active x controls in ASP code?
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>
Syntax for including Activex control is...
<OBJECT id="id1" clsid ="give class id here" codebase="path spec for activex ocx"></OBJECT>
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Server Variables collection? | What is a Form collection? |