This is a migrated thread and some comments may be shown as answers.

Invalid postback or callback argument

1 Answer 88 Views
Grid
This is a migrated thread and some comments may be shown as answers.
niloofar
Top achievements
Rank 1
niloofar asked on 08 Nov 2010, 02:15 PM
hi
i use image button in rad grid
whern run program i have this 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.


not fire:   <asp:ImageButton   runat="server" CommandName="Select" ID="btnselect"  ImageUrl="~/Template/Images/icon_select.gif" />
fire:  <telerik:GridButtonColumn  CommandName="Select" Text="select"
                        UniqueName="column">
                    </telerik:GridButtonColumn>
help plz

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 08 Nov 2010, 03:08 PM
Hi Niloofar,

Is it possible that you paste your complete mark-up and code-behind (please, use the code-formatter tool of the ticket editor to make the code snippets readable).

Regards,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
niloofar
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or