TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Periyannan G
NA
45
67.9k
How to solve ASP.Net EnableEventValidation Error
May 26 2011 6:39 AM
I got EnableEventValidation error for redirect a page to another ASPX....
Error Message:
Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="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. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.
My ASPX Page Code:
<%@ Page Language="C#" EnableEventValidation="true" AutoEventWireup="true" CodeFile="~/jobs/Register.aspx.cs" Inherits="jobs_Register" %>
Actually Inside that .cs page i use one dropdownlist selected index changed and one button event code...
and I got this error in so many pages, if i resolve in one page i will change in anothers. Please helpme resolve this error?
Reply
Answers (
2
)
Binding of GridView datas into Crystal Reports
How would one do a deep copy in .NET?