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.