Why I Still Hate ASP.NET [2.0]

|

This is why I still hate ASP.NET:

A page can have only one server-side Form tag.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: A page can have only one server-side Form tag.

This is such a bullshit requirement. There are plenty of times where you need two forms on one page. This is especially true if the forms are seperate but some content/layout and considering that XHTML 1.0 Strict/1.1 are pissy about what can and can't be put in forms, and where form tags can happen.

With that said, ASP.NET 2.0 and the new VS.NET Web Developer Express are pretty damn cool compared to the past versions.

About this Entry

This page contains a single entry by published on March 28, 2005 1:33 PM.

AxKit:::XSP::L10N was the previous entry in this blog.

An Exercise In Sanity is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.