Hello,
I added the standard code for google search in my site (taken from http://www.askdavetaylor.com/how_can_i_add_a_google_search_box_to_my_web_site.html):
when i compile and run the site, i get the following error (as soon as the page loads):
Invalid postback or callback argument. Event validation is enabled using 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.
what to do?