Visual Basic.NET - me etoy volviendo loca!!!! con este error

 
Vista:

me etoy volviendo loca!!!! con este error

Publicado por andreafuhr (22 intervenciones) el 13/03/2006 15:21:57
Server Error in '/WebSite5' Application.
--------------------------------------------------------------------------------

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.

Este error aparece cada vez que intento cliquear en el boton Update de la gridView...... que carajo significa??????
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:me etoy volviendo loca!!!! con este error

Publicado por Gabriel (1 intervención) el 18/03/2006 14:16:40
Coloca esto en el web.config

<system.web>
<pages enableEventValidation="false" />
</system.web>

saludos de Venezuela.
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:me etoy volviendo loca!!!! con este error

Publicado por Eneko (1 intervención) el 31/03/2006 15:14:32
una pregunta, cambiando este valor que es lo que se consigue exactamente?
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