Browse by Tags

All Tags » AJAX (RSS)

ASP.Net MVC 2 Auto Complete Textbox With Custom View Model Attribute & EditorTemplate by SeanMcAlinden

The full source code for this post can be download from this link. It was developed using Visual Studio 2010. In this post I’m going to show how to create a generic, ajax driven Auto Complete text box using the new MVC 2 Templates and the jQuery UI library...

Asynchronous processing in ASP.Net MVC with Ajax progress bar by SeanMcAlinden

I was asked the other day how to process a long running task asynchronously using ASP.Net MVC along with JQuery to update a progress bar on the view via Ajax. There are many ways of accomplishing this type of multithreading, in this blog I’m going to...
More Posts