473,721 Members | 2,133 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Eventvalidation , bug or annoyance ?

PL

It seems there is a bug or at least an annoynance with the new eventvalidation .

I can't really tell you a certain way to reproduce this but I have a large datagrid that
uses custom paging, I have navigation controls both at the top and the bottom.

Everything works fine if you click the navigation links and allow the page to fully
load before clicking the next time, but sometimes people click the navigation links
at the top before the page has fully loaded, and behold, the dreaded "yellow page"
appears:

Server Error in '/' Application.
--------------------------------------------------------------------------------
Invalid postback or callback argument. Event validation is enabled using <pages enableEventVali dation="true"/> in configuration or
<%@ Page EnableEventVali dation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or
callback events originate from the server control that originally rendered them.
....<snip>

The whole problem here seem to be that the hidden form field __EVENTVALIDATI ON is placed
at the very bottom of the page, just above the closing form tag, so if the page isn't fully loaded when
they click the "next" link this field is either not sent along or is corrupted.

So, BUG or annoyance ? You decide, it seems to me this is a buggy implementation to say the least
and it may appear intermittently all over an application just because a postback happens from a page
that haven't fully loaded.

It would be nice to MS comments on this, and how to solve it other than turning eventvalidation off
for the whole application.

PL.
Nov 19 '05 #1
0 1405

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
1482
by: Jegenye 2001 Bt | last post by:
Caveat: Python 2.2.2 (#37, Oct 14 2002, 17:02:34) Type "help", "copyright", "credits" or "l >>> l = >>> l 2 >>> l.__getitem__(1) 2 >>> l.__getitem__(slice(1))
8
1314
by: caroundw5h | last post by:
PEP 292 adds a Template class to the string module that uses "$" to indicate a substitution. Template is a subclass of the built-in Unicode type, so the result is always a Unicode string: >>> import string >>> t = string.Template('$page: $title') >>> t.substitute({'page':2, 'title': 'The Best of Times'}) u'2: The Best of Times' If a key is missing from the dictionary, the substitute method will
0
1354
by: Bloody Viking | last post by:
I've got an XSLT stylesheet which I've written and maintained for over 2 years now. I've always simply processed it with java org.apache.xalan.xslt.Process, but now I'm trying to speed things up, by compiling the stylesheet once, and processing hundreds of XML docs with it. The output is HTML. This is Java 1.4.1 on a Sparc9. The relevant code: in main():
16
1724
by: sloughin | last post by:
I realize that C# is a strongly typed language, but as a C++ programmer converting to C# I find the requirement that I typecast my integer enum values to be particularly annoying. Does anyone else in the C# community think that the compiler should relax this a bit // example, define an enum that derives from an int type public enum Fruit : in Apple = 1 Banana = 2 Cherry = 3 Date = 4
0
1194
by: DotQuery | last post by:
Hello ASP.NET team : I have a user control that be added into page at runtime , in a postback event handler . I save the information to view state , and load the user control again in CreateChildControls again . There's a datagrid in the user control . The datagrid bind the data when the user control be loaded at the first
1
2335
by: Dave | last post by:
Does anyone know what might cause this error in IE when my page loads: Error parsing attribute 'enableeventvalidation': Type '_Default' does not have a public property named 'enableeventvalidation' This is the line of code it stops on: <%@ Page Language="C#" AutoEventWireup="true" Inherits="_Default" Debug="true" EnableEventValidation="false" %> Source File: /main/default.aspx Line: 1
0
8840
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9367
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9215
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9131
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5981
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4753
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3189
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2130
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.