I get this message while pressing on ASP:Button in IE 8 in Compatibility Mode while my form has jqTransform applied to it.
"A potentially dangerous Request.Form value was detected from the client (ctl00$ContentPlaceHolder1$ButtonRegister="register..."). "
Without it works fine, if i don't override Compatibility Mode with
<meta http-equiv="X-UA-Compatible" content="IE=7" />
i have half of my controls ugly with jqTransform
any help ? Why is 'span' passed ?