> Try performing your request without it.
Hi!
I already tried this.
I traced the POST Data as follows:
__EVENTTARGET=Bt_Suche
__VIEWSTATE=
%2FwEPDwULLTE0MjAxMjE1MDAPZBYCAgEPZBYEAgsPPCsACwBkAg0PFgIeB1Zpc2libGVoZGRWJsSRBAcP2yPpeziHDNPnGh3KJA
%3D%3D
Text1=df1paw
Bt_Suche=Suche+starten
__EVENTVALIDATION=%2FwEWAwLC5pyrAwLzlKGwCgLs2ci8DB
%2Fe6ZPkminSnkQy2oPDMBtY45Rr
Posting without eventtarget I get this error: "Object reference not
set to an instance of an object."
Without eventvalidation the returning message is: "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."
Any idea?
Regards,
Andreas