开发者

Cross-thread operation not valid (invoke required) for webform

I understand how the backgroundworker or threads are unable to update controls if not declared on the same level etc and how to create delegates to invoke the control even开发者_如何学编程t but how does one do this with web forms. Is there a similar method or function to prevent the cross thread operation not valid error on web forms?


in webforms it has no sense. when you do some operations on webform nothing actually takes place. this values are meaningful when controls are rendered, and it takes place after custom code is executed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜