|
-
Mar 12th, 2002, 06:39 PM
#1
Thread Starter
New Member
For a challenge try this! OCX on a web page.
I'm having this rather major problem with my usercontrol's behavior.
I've searched high and low for solutions to the following problem.
I created a control, in design time populating the control on a standard VB form, everything works just fine. All the expected events fire correctly and everything cleans up as advertised.
However, when the same control is populated on a Web page, the behavior is intirely different. Initially everything looks fine but when the user leaves the web page the control is still active. I know this because there is a timer which is supposed to be disabled when the terminate event gets fired. The timer never gets disabled. Except of course when the user closes the browser.
Any help with this problem would be greatly appreciated.'
Can the control be forced to be destroyed, or is there another way to release it?
Bill
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|