I am having problems with there code that it generated. First it complians about validation errors(they are putting border tags in input tags what is apparenlty not allowed).
Also in IE 7 when I put there code in and try to login/logout on my login control it dies. However it works in firefox when I try to login/logout with my login controls.
I get this in IE 7
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.
chobo2
Member
16 Points
615 Posts
Re: PayPal donate Plugin for asp.net?
Mar 05, 2008 01:19 AM|LINK
Hmm
I am having problems with there code that it generated. First it complians about validation errors(they are putting border tags in input tags what is apparenlty not allowed).
Also in IE 7 when I put there code in and try to login/logout on my login control it dies. However it works in firefox when I try to login/logout with my login controls.
I get this in IE 7
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.