Firefox 2 does not do AJAX updates of the progress bar if the Progress.aspx page is served by Mono-1.2.5.2 (and perhaps other versions). Firefox complains that the <form> element is not well-formed XML. That is probably because Mono is rendering the URL in the action attribute with "&"s instead of "&"s. This does not appear to be problem with .NET 2 on the server side or other clients.
--Dean |