Archive

Archive for the ‘controls’ Category

Cross-thread operation not valid

August 21, 2009 5 comments

As I’ve been doing a lot of programming with win-forms, c# and c++ and making my applications multi-threaded – I came across a problem of allowing a newly created thread change the UI. I wanted to move away from using the BackgroundWorker class. Below I will discuss how to do this in c#.

Read more…

Microsoft AJAX Control Toolkit

January 15, 2009 1 comment

In an earlier post I outlined the XMLHttpRequest object and showed you Java-Script code to implement the API released by the W3C. However, there are other ways to incorporate Ajax into a web-page or a web-application.

This post will concentrate on the Microsoft Ajax Toolkit, a free toolkit released by the Microsoft team making Ajax a plug and play process.

After the jump I will describe the many components available in the toolkit.
Read more…

Follow

Get every new post delivered to your Inbox.