Home All Groups Group Topic Archive Search About

Hidden input field named "__EVENTVALIDATION"

Author
10 Mar 2006 4:58 PM
Simon
Hi,
On my page I have a hidden input field named "__EVENTVALIDATION" that
contain a big data.
Is possible remove this field, or save it on different persistence medium,
because a need to make the page more light ?

Thanks

Simon.

Author
10 Mar 2006 6:21 PM
Teemu Keiski
Hi,

basically disabling event validation with <pages
enableEventValidation="false"> setting in web.config (or setting
EnableEventValidation="false" in @Page directive) should remove it but note
that it is security related feature.

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke


Show quoteHide quote
"Simon" <nospam> wrote in message
news:%23BhqsPGRGHA.3916@TK2MSFTNGP11.phx.gbl...
> Hi,
> On my page I have a hidden input field named "__EVENTVALIDATION" that
> contain a big data.
> Is possible remove this field, or save it on different persistence medium,
> because a need to make the page more light ?
>
> Thanks
>
> Simon.
>
>