Click here to Skip to main content
15,905,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
General"How Do I: Get Started with the ASP.NET AJAX Control Toolkit?" Pin
Xarzu12-Mar-08 15:41
Xarzu12-Mar-08 15:41 
GeneralRe: "How Do I: Get Started with the ASP.NET AJAX Control Toolkit?" Pin
Not Active12-Mar-08 16:03
mentorNot Active12-Mar-08 16:03 
QuestionClient-Side Scripts with AJAX Timer? Pin
LuckyB12-Mar-08 14:23
LuckyB12-Mar-08 14:23 
AnswerRe: Client-Side Scripts with AJAX Timer? Pin
Not Active12-Mar-08 14:39
mentorNot Active12-Mar-08 14:39 
GeneralRe: Client-Side Scripts with AJAX Timer? Pin
LuckyB12-Mar-08 15:09
LuckyB12-Mar-08 15:09 
GeneralRe: Client-Side Scripts with AJAX Timer? Pin
Not Active12-Mar-08 16:09
mentorNot Active12-Mar-08 16:09 
GeneralCookies not setting in IE7 Pin
dboy22112-Mar-08 10:01
dboy22112-Mar-08 10:01 
QuestionASP.Net AJAX error - please help Pin
Sandy1112-Mar-08 9:22
Sandy1112-Mar-08 9:22 
Hi,
I have a asp.net page that uses some ASPNET AJAX controls in Update panel. This page keeps throing this exception. I have checked EventValidation is not set in web.config and i even tried explicitly setting it to false but no luck.

If any of you know how to fix this problem please let me know. Thanks a lot in advance.


Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 12/03/2008
Time: 12:21:06
User: N/A
Computer: 148424-WWW1
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 3/12/2008 12:21:06 PM Event time (UTC): 3/12/2008 12:21:06 PM
Event ID: a226283c7f45419abc2faaea7489e416 Event sequence: 5570
Event occurrence: 7 Event detail code: 0 Application information:
Application domain: /LM/W3SVC/1513945806/Root-4-128497260244773750
Trust level: Full Application Virtual Path: /
Application Path: D:\Inetpub\Websites\WorldTransfer\
Machine name: 148424-WWW1 Process information: Process ID: 3612
Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE
Exception information: Exception type: ArgumentException
Exception 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.
Request information:
Request URL: http://www.worldtransfer.co.uk/online/booking/BookingCentre.aspx
Request path: /online/booking/BookingCentre.aspx
User host address: 81.143.113.148 User: Is authenticated: False
Authentication Type: Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information: Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument)
at System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument)
at System.Web.UI.WebControls.TextBox.LoadPostData(String postDataKey, NameValueCollection postCollection)
at System.Web.UI.WebControls.TextBox.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection)
at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Cheers
Sandy
GeneralFlash Menu and Database Pin
nour12312-Mar-08 7:36
nour12312-Mar-08 7:36 
GeneralFlash Menu and Database Pin
nour12312-Mar-08 7:33
nour12312-Mar-08 7:33 
GeneralRe: Flash Menu and Database Pin
Not Active12-Mar-08 7:57
mentorNot Active12-Mar-08 7:57 
GeneralRe: Flash Menu and Database Pin
N a v a n e e t h12-Mar-08 15:52
N a v a n e e t h12-Mar-08 15:52 
Generaljavascript and database Pin
young34512-Mar-08 6:46
young34512-Mar-08 6:46 
GeneralRe: javascript and database Pin
Not Active12-Mar-08 7:01
mentorNot Active12-Mar-08 7:01 
GeneralRe: javascript and database Pin
young34512-Mar-08 7:19
young34512-Mar-08 7:19 
GeneralRe: javascript and database Pin
Not Active12-Mar-08 8:06
mentorNot Active12-Mar-08 8:06 
GeneralRe: javascript and database Pin
young34512-Mar-08 8:28
young34512-Mar-08 8:28 
GeneralRe: javascript and database Pin
Not Active12-Mar-08 9:15
mentorNot Active12-Mar-08 9:15 
Questionhow to send mail using sql triggers Pin
Shaik Haneef12-Mar-08 6:18
Shaik Haneef12-Mar-08 6:18 
AnswerRe: how to send mail using sql triggers Pin
Parwej Ahamad12-Mar-08 6:35
professionalParwej Ahamad12-Mar-08 6:35 
AnswerRe: how to send mail using sql triggers Pin
Not Active12-Mar-08 6:53
mentorNot Active12-Mar-08 6:53 
QuestionThis Validation Expression will work in firefox but not ie. How do I get it to work in IE? [modified] Pin
Ali Chaudhry12-Mar-08 5:35
Ali Chaudhry12-Mar-08 5:35 
QuestionRe: This Validation Expression will work in firefox but not ie. How do I get it to work in IE? Pin
Muhammad Gouda12-Mar-08 5:42
Muhammad Gouda12-Mar-08 5:42 
GeneralRe: This Validation Expression will work in firefox but not ie. How do I get it to work in IE? Pin
Ali Chaudhry12-Mar-08 5:45
Ali Chaudhry12-Mar-08 5:45 
AnswerRe: Use your own code to validate Pin
Muhammad Gouda12-Mar-08 6:15
Muhammad Gouda12-Mar-08 6:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.