I've been going through a bit of ASP.NET, and I don't like the fact that there's a postback to the server for everything. (I'm aware that there's an option to disable this postback-feature).

The second thing I didn't like, is the extensive use of JavaScript.

Can you, the reader, give me some good articles, links, or arguments for ASP.NET, I would like to believe that it's better than using ASP 3.0.

Thanks.