invoke
-
the calling thread cannot access wpf win form c# multi threading
If you receive this error: The calling thread cannot access this object because a different thread owns it It is a simple fix to add in some common multi-threading invocation mechanisms. WPF: WinForms: References http://stackoverflow.com/questions/9732709/the-calling-thread-cannot-access-this-object-because-a-different-thread-owns-it Continue reading
-
call parent page from user control to invoke page methods
To illustrate how we will accomplish this using Reflections, we will be using repeater in a user control within a page. Your repeater loads data easily within the user control code behind, but you want to utilize the “ItemCommand” event… Continue reading