I know a lot of people who read my blog (all 5 of you) may not be that into web development. But I have to discuss some things about ASP.NET that really piss me off. I’m so god damn sick of trying to write with web standards. It just doesn’t work. Every time I figure out how to get things to render the way I want them to…I run into another dumb road block.

For instance. I drag a radiobuttonlist onto my web form. I view the code in the browser. It renders as a table!!! Fuck tables. And no, I don’t have time to sit around all day and write control adapters. I do have the css friendly ones that are available, but radiobuttonlist and checkboxlist aren’t available. Has anyone already written a control adapter I can use. I thought I found one googling, but I guess I don’t know how to plug it in correctly cause my site pretty much stopped working.

I dunno. I just refuse to throw tables around all willy nilly. Who’s with me?