Hi Billy,
As for the "<pages enableEventValidation="true"/> ...." error you
encountered, based on my experience, here are some possible causes:
** Have you use "Response.Write" or some other API to dynamically add some
html markup (that contains some html input elements such as <input
type='text' .../>) into the page?
** Have you use any client-side script that will add some html markup
containing some input elements.
Whenever you add some html input elements(which will cause postback or post
data) withtou using the server-side Control collection model, the ASP.NET
event validation or data validation will detect such data/events as invalid
postback.
Is this error occuring on a particular page and can be definitely repro, we
can try check all those potential page markup modification or
client-scripts on it to see whether any of them will violate the above
rules.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?QmlsbHkgWmhhbmc=?= <
[email protected]>
Subject: I got the error <pages enableEventValidation="true"/> in some mach
Date: Mon, 5 Jan 2009 01:51:01 -0800
Deployed asp.net app on the server, I found in some client machines I got
below error: (Since it's Winxp Chinese system, the error was Chinese)
回å‘或回调å‚æ•°æ— æ•ˆã€‚åœ¨é…ç½®ä¸ä½¿ç”?<pages
enableEventValidation="true"/> 或在页é¢ä¸ä½¿ç”?<%@ Page