English 中文(简体)
1. 带有“无效后退或退约”错误的增订词汇
原标题:UpdatePanel with "invalid postback or callback argument" error

I ve got a .ascx server control in ASP.NET 2.0 that contains several other .ascx server controls. Everything in the top-level one is wrapped in an UpdatePanel. It works great until the second time I do something on the page, and then I get this error in an alert dialog:

无效的背后或背叛论点。 活动验证可在配置或设计中进行;%@ 整个EventValidation=“true” %>上页。 为了安全起见,这一特点证明,关于退税或退税事件的论据源自服务器控制,而服务器控制最初正是这样。 如果数据有效且预期,则使用《客户手册》。 登记通风方法,以便登记备份或反馈数据以供验证。

似乎是一个共同错误;http://www.google.com/search?q=%22invalid+post+or+back+argument%22&ie=utf-8&aq=t&rls=org.mozilla%3aen-US%3a official&client=firefoxa#sclient=psy&hl=en&=client=firefox-a&a&h=pid= 谷歌搜索得出若干结果。 他们似乎都说,如果出现倒退,你必须保证要求更新包含更新控制内容的任何更新小组。 但是,当我把整个一页放在一个更新小组内时(其更新版是“航道”,那么这似乎就正确了。 什么进展?

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签