Friday, September 27, 2013

Button not performing event correctly

I think the the unsbuscribing of event "Restart.click -= this,restart_click;" is not happening properly. you have to carefully debug the code and ensure that unsubscribing of restart and subscribing of finish are happening properly. some times during form load again events will be subscribed from your designer code.


you have to check your designer code for subscribing of restart event. try to remove form there and do it dynamically.


No comments:

Post a Comment