ASP.NET - problemas con crystal en asp.net

 
Vista:

problemas con crystal en asp.net

Publicado por arcenett (45 intervenciones) el 14/01/2008 19:53:23
hola a todos...saben tengo el siguiente problema.

bueno el primer problemas que no se si dejar este post aca o en crystal xD....jejeje ya dejandome de bromas el problema que tengo es que en un formulario web enlace un archivo creado con crystal repots, la vista de los datos y el filtro que hago funcionan de lujo.. xD pero en la toolbar que muestra el crystal al presionar el botón de exportar que me abre un popup y en este se carga el menu en el cual me da a elegir el formato de la exportación, hasta acá todo bien. luego de elegir el formato al que quiero exportar le doy al boton OK para que se ejecute pero me lanza el siguiente error:

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.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: 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.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[ArgumentException: 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.]
System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument) +2082537
System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument) +106
System.Web.UI.WebControls.DropDownList.LoadPostData(String postDataKey, NameValueCollection postCollection) +55
System.Web.UI.WebControls.DropDownList.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) +11
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +408
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3776

si alguien sabe como puedo solucionar este problemita, le estaria muy agradecido...jejej xD

chauuuu
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:problemas con crystal en asp.net

Publicado por arcenett (45 intervenciones) el 16/01/2008 19:00:09
hola a todos ya resolví mi problema........ era mas facil de lo que parecía.........jejeej....

era solo agregar esta linea : enableEventValidation="false" en el <@page />
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:problemas con crystal en asp.net

Publicado por PAPRIKA (1 intervención) el 06/02/2008 16:25:32
K BIEN, MUCHAS GRACIAS POR LA SOLUCION!!!
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:problemas con crystal en asp.net

Publicado por jeffrylewis (1 intervención) el 12/05/2011 18:36:12
Gracias companero. realmente ne sirvio demasiado, pero uno consulta adicional, anteriormente no mostraba este problema..
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar