This is the very kind of idea AJAX can accomplish. The problem is that the ASP.NET ajax support exists in .NET 2.0+ but not 1.1. However, that doesn't not prevent you from writing custom client code to do this sort of thing, it's just a bit more complicated. Is there any possibility of upgrading to ASP.NET 2.0 or 3.5 (which has far better AJAX support built in)?
-Peter
|