Hi, I have a web custom screen (ASP.NET based) which runs perfectly ok in a browser. When I added it to Tessitura as a custom screen it renders ok and can pull the details for the current constituent from the local tables without any problem but:
1. On some workstations, anytime we click on a button or list item which does a postback, we get the error shown at the bottom. Setting EnableEventValidation="false" at the page level or in the web config file stops this error on the problem machines but make some controls irresponsive.
2. Clicking on a listbox or a drop down list item doesn’t fire the associated event, we need to select an item by using the up/down arrows and then press enter to make it work. We have seen similar issues in case of some dashboard widgets.
Postback Error when called inside Tessitura as a custom screen or a report:
Sys.WebForms.PageRequestManagerServerErrorException: Invalid postback or call back argument. Event validation is enabled using <pages enableEventValidation=”true”/> in configuration or <%@ PageEnableEventValidation=”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……… Do you want to continue running scripts on the page?
I am using the execute local procedure web API to update the local tables.
Any ideas? Thanks!
Mo
National Ballet of Canada
Thanks Jon, this helps. I am also using an ASP.NET Ajax UpdatePanel as mentioned in the older post. I will follow the suggestions and see how it works for me.
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Jon Ballinger Sent: Monday, November 18, 2013 7:03 PM To: Mohiuddin Faruqe Subject: Re: [Tessitura Technical Forum] Web Custom Screen - Errors
Hi Mo,
I ran across this issue before. Here is an older post on this issue.
http://www.tessituranetwork.com/COMMUNITY/forums/p/6183/19615.aspx#19615
Jon
From: Mohiuddin Faruqe <bounce-mohiuddinfaruqe8297@tessituranetwork.com> Sent: 11/18/2013 9:45:59 AM
This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!