Turning off Request.Form validation on inherited button control

Posted by David Andersson on Stack Overflow See other posts from Stack Overflow or by David Andersson
Published on 2009-06-10T14:55:57Z Indexed on 2010/03/30 9:03 UTC
Read the original article Hit count: 384

Filed under:
|
|

Is it possible to turn off the Request.Form validation on a per control basis? The problem is that IE 6 and IE 7 puts the content of the <button> tag into the name attribute, thus resulting in html code in the attribute which makes asp.net server shout out loud.

Notice, this only happens in IE 6 and 7 because of their erroneous interpretation of HTML 4.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about html