Hi, I have an ASP.NET application using an XMPP client. The client has an event handler for messages received, and I think it runs in a new thread. I want to update a UI control in this event, but was surprised ASP.NET doesn't have an Invoke() or BeginInvoke() method? What is the equivalent I could use?


Reply With Quote


