Navigation Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nafee
    New Member
    • May 2007
    • 1

    #1

    Navigation Problem

    Hi

    I am having problem in java script when i click hyperlink.

    I got this error

    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    Invalid postback or callback argument. Event validation is enabled using <pages enableEventVali dation="true"/> in configuration or <%@ Page EnableEventVali dation="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 ClientScriptMan ager.RegisterFo rEventValidatio n method in order to register the postback or callback data for validation.


    Any one found please help me what is the error actully behind and how can i solve

    Thanks in advance
    Nafesa
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    This question is being moved to the Javascript forum.

    ADMIN

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      This seems like a .NET problem. If it is, I'll move this thread to the .NET forum.

      Comment

      • wwwhead222
        New Member
        • May 2007
        • 1

        #4
        I had a similar issue related to the use of the AJAX ScriptManager when I made a call to ScriptManager1. Page.ClientScri pt.RegisterClie ntScriptBlock() . I had to remove the call to RegisterClientS criptBlock to get around the error.

        Comment

        Working...