ajax Archive

AJAX calls to ASP.NET MVC action methods using jQuery

It is best practice to use jQuery (or similar JavaScript library) for your web development. These libraries provide a powerful JavaScript API that allows you to interact with the DOM. There are many many differences between browsers

Browse Files On Remote Computers

I recently posted on an application that was able to monitor the desktops of multiple remote computers. The network topology is shown below. Notice that the remote computers (User 1-6 below) and the Monitoring Station are behind

Monitor Multiple Computers Remotely Using ASP.NET MVC

A while ago I blogged about an optimized method of capturing remote desktop views. The method can be used to get a decent remote desktop viewing experience. This was developed a bit here and here. In the

Photo Gallery – jQuery Release

My initial goal of using jQuery was to leverage the library to enhance the photo gallery user experience. Along the way, I decided to use AJAX to remove all page post backs (except the first one of

ASP.NET UserControl in an ASMX Service

In my Photo Gallery project I have been looking for a way to remove all post backs and utilize AJAX calling web services to update content. I was having a difficult time moving a static page method