Development

IIS 7.0 : Managing Virtual Directories

You can use virtual directories to publish application content that does not reside under an application’s root virtual directory. Using virtual directories is an effective way to decouple the client-facing URL structure of your application […]

.NET

ASP.NET AJAX : Timed Refreshes

Using the two controls you’ve seen so far—the UpdatePanel and UpdateProgress controls—you can create self-contained regions on your page that refresh themselves when certain actions take place. Of course, in order for this technique to […]