Ive noticed when looking at the source of a page generated in ASP.NET, the actual markup is very messy - sort of a half-assed tabbed affair with bundles of whitespace thrown in (see pic).
Can anyone suggest a technique to remove/strip this whitespace?
Here is a good article on how to override the page render method:
https://madskristensen.net/blog/remove-whitespace-from-your-aspnet-page/