Release Activex object?

  • Thread starter Thread starter Billy Zhang
  • Start date Start date
B

Billy Zhang

I have a Activex control in the asp.net page. When it is used, when the
Activex object will be released?

If the Activex object is used in a popup window, when the window is closed
will the
Activex object be released?

Thanks,
-Billy
 
when the browser exits. once IE loads an active/x control, it holds on
to it.

-- bruce (sqlwork.com)
 
Back
Top