I've just upgraded my webapplication to use AjaxPro version 6.10.6.2
(didn't do anything else) and now I suddently get the following error
when I try to postback a page:


Stack trace (A potentially dangerous Request.Form value was detected
from the client
(usrProductRefInfoGridgrdProductRefInfo="...var i=0; i<items.length;
i++) ...").):
System.Web.HttpRequestValidationException: A potentially dangerous
Request.Form value was detected from the client
(usrProductRefInfoGridgrdProductRefInfo="...var i=0; i<items.length;
i++) ...").
   at System.Web.HttpRequest.ValidateString(String s, String valueName,
String collectionName)
   at
System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection
nvc, String collectionName)
   at System.Web.HttpRequest.get_Form()
   at System.Web.HttpRequest.get_HasForm()
   at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean
dontReturnNull)
   at System.Web.UI.Page.DeterminePostBackMode()
   at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext
context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.bilka_image_aspx.ProcessRequest(HttpContext context)
   at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)

If I go back to version 6.5.5.1 everything works fine again, so
eventhough it looks like I'm trying to send some javascript back to the
server, it must be AjaxPro that does something strange....

Any ideas of whats going on ??

TIA

Søren


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/

The open source project is now located at
http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxPro
-~----------~----~----~----~------~----~------~--~---

Reply via email to