E-mail List Archives
Re: ASP.Net Viewstate
From: Austin, Darrel
Date: Jan 28, 2005 8:06AM
- Next message: Patrick H. Lauke: "Re: Print Margins"
- Previous message: Dagmar Noll: "Re: Print Margins"
- Next message in Thread: None
- Previous message in Thread: reply-to:to:subject:mime-version:content-type:content-transfer-encoding;: "ASP.Net Viewstate"
- View all messages in this Thread
> In fact any Asp.Net accessibility articles/links would be of great
> interest - we are using Visual Studio.
The current version of VS.net and ASP.net doesn't try too hard to worry
about things like accessibility and standards compliant markup. VS.net will
mangle your HTML and a lot of the built in .net controls (like datagrids)
don't, by default, produce very accessible table structures.
That said, you can work around most of these with some effort. Supposedly,
the new versions of both VS.net and ASP.net will be addressing a lot of
these issues.
I don't think the viewstate poses an accessibility issue, but it can cause
validation problems:
http://www.aspnetresources.com/articles/HttpFilters.aspx
In fact, the above site is all about .net and web standards (which, while
not directly about accessibility, goes a step in that direction)
-Darrel
- Next message: Patrick H. Lauke: "Re: Print Margins"
- Previous message: Dagmar Noll: "Re: Print Margins"
- Next message in Thread: None
- Previous message in Thread: reply-to:to:subject:mime-version:content-type:content-transfer-encoding;: "ASP.Net Viewstate"
- View all messages in this Thread