Derek Stone
Exalted One
You know, ever since I started using ASP.NET in a production environment, I have stayed away from all the built-in server and HTML objects (Web Form controls), preferring to use raw HTML to display elements. In part I do this because Im an avid XHTML promoter, which the framework doesnt abide by, but also due to the useless layers of Javascript and hidden form elements that are thrown on every page. I love the .NET backend, but the way pages are displayed just disgusts me. What Im trying to get at, is this something a lot of us do, or am I in the minority here? Also, do you think its a waste to be programming in ASP.NET when one chooses to ignore Web Forms?