One of the things I was most excited about with ASP.NET's server side controls is that they'll generate client side code on browsers that support it and plain old HTML on browsers that don't. However, I was wondering if these controls are sensitive to the possibility that browsers can disable client-side script, even if they support it. Since roughly 11% of browsers have client-side script disabled (see http://www.thecounter.com/stats/2001/June/javas.html), this seems like a pretty major limitation if the server-side controls can't deal with it.