.NET Answers

ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.
Subscribe

Archive for March 26th, 2008

Did ASP.NET 2.0 SP1 Break Your Postbacks?

March 26, 2008 By: Dave Category: none

Are you using a whitespace filter maybe?

Several of the sites I work on have a white space filter implemented in them to remove white space in the html.  We do this for two reasons.  First, it makes the page smaller.  But, more importantly, it takes gaps out of images.  In some cases, we found using the white space filter was the only way to remove the gaps.  We also use it as a way of injecting code on the way back to the client… think of it as a global databinding technique.

(more…)

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!