| |
duke4399
Posts: 2
Score: 0
Joined: 12/6/2006
Status: offline
|
I am trying to use a third party ocx control in a classic ASP application. The control allows the application to monitor and handle events from the phones in a call center. The object must be instantiated at the session level and maintain it's state throughout the session. I am thinking about creating the object in the global.asa file and placing it into the session object. My first question is can this be done and the second question is how will i setup event processing for the object through the pages in the application? Thanks to anyone that can help!!!
|
|