Hi I’m not sure if this is working as designed but if I have a timer and the parent control is disposed the timer is not automatically disposed and continues to run unless I manually dispose it.
This could be working as designed but I think VWG used to dispose of them before I migrated to Wisej.
Thanks,
Mark
Is it created like this in InitializeComponent?
this.timer1 = new Wisej.Web.Timer(this.components);
Please login first to submit.