Problem with PageView and Navigation

Last post 11-28-2008 6:13 AM by venkatu2005. 2 replies.

Sort Posts:

  • Problem with PageView and Navigation

    11-28-2008, 5:16 AM

    Hi

    I have a container aspx page which uses PageView to display 3 controls on seperate pages.  One of the controls is a datagrid which das buttons on the side to view a record in a separate aspx page & Control.  When I click on the button I get the error below.  I have tried putting this code in the web.config and also the page but I still get the error:

    <%@ Page EnableEventValidation="true" %>

    <pages enableEventValidation="true"/>


    Server Error in '/MyositisPresentation' 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.
    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) +368
       System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument) +84
       System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +51
       System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +31
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +32
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +72
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3840

     


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

  • Re: Problem with PageView and Navigation

    11-28-2008, 6:08 AM
    Answer
    • Member
      231 point Member
    • syedemad
    • Member since 12-22-2006, 4:57 AM
    • Rawalpindi
    • Posts 42

    Hi

    Please try to install framework 2.0 SP2 bundled with framewrok 3.5 SP1. For more details pleae visit the following link

    http://forums.asp.net/t/1354122.aspx

    Emad Ud Din
    ============
    Please mark the post as answered if it was helpful
  • Re: Problem with PageView and Navigation

    11-28-2008, 6:13 AM
    Answer
    • All-Star
      21,630 point All-Star
    • venkatu2005
    • Member since 07-01-2008, 6:48 AM
    • Posts 4,679

     Hai

     can you change Enableventvalidation="False" let me know 

     else check in your code behing , Have you used

    if Not Ispostback  then

    ..////

    End if

    If not add this ..

    I have Changed My Blog from (http://venkat-dotnetsamples.blogspot.com) to (http://venkat-dotnetsnippets.blogspot.com)

    Regards,
    Venkatesan.M

    Please Mark as Answered If its helpful and Un-Mark as Answered if it not help u.
Page 1 of 1 (3 items)