postback
美
英 
例句
This method is called by a control when it receives a postback event notification, to check whether the event is adapter-specific.
此方法由控件在接收到回发事件通知时调用,以检查事件是否特定于适配器。
Properties and methods that enable you to determine in client script whether the page is processing an asynchronous postback .
使您能够在客户端脚本中确定页是否正在处理异步回发的属性和方法。
It is possible for a malicious user to use the postback script to send arbitrary post events to server controls.
恶意使用者可能会利用回传指令码传送任意张贴事件至伺服器控制项。
Just as @Out is used to push variables out to the view, @In can be used to recapture them on a postback.
就像使用@Out将变量推送到视图中一样,可以使用@In在回发时重新捕获它们。
A string constant used in postback event arguments to indicate whether the user should be returned to the list view.
在回发事件参数中使用的字符串常量,用于指示是否应使用户返回到列表视图。
The PageRequestManager class enables you to give precedence to a specific postback and cancel others that are underway.
PageRequestManager类使您能够为某个特定回发赋予优先级,并取消正在进行中的其他回发。
If the ID matches the ID of a button that cancels the postback, the abortPostBack method of the PageRequestManager class is called.
如果该ID与取消回发的按钮的ID相匹配,则调用PageRequestManager类的abortPostBack方法。
The browser performs an HTTP POST method, which in ASP. NET is referred to as a postback.
浏览器执行HTTPPOST方法,该方法在ASP.NET中称为“回发”。
Saves any user control view-state changes that have occurred since the last page postback.
保存自上次页回发以来发生的所有用户控件视图状态更改。
RegisterScripts will be called during an asynchronous postback as well (due to the else clause shown in Figure 11).
在异步回发过程中还会调用RegisterScripts(由于图11中所示的else子句)。
The reference string is defined by the specified control that handles the postback and a string argument of additional event information .
该引用字符串由处理回发的指定控件和附加事件信息的字符串参数定义。
Without the hidden field (see Figure 1), the refresh machinery has no way to detect if the next postback is a refresh or a submit.
如果没有隐藏字段(参见图1),刷新机制将无法检测下一个回发是刷新还是提交。
If the ID matches the ID of a button that cancels the postback, the abortPostBack method is called.
如果该ID与取消回发的按钮的ID相匹配,则调用abortPostBack方法。
Access the underlying request and response objects that are used for the asynchronous postback.
访问用于异步回发的基础请求和响应对象。
As with the button text, the message displayed in the alert dialog box is set to a localized string value without a postback to the server.
与按钮文本一样,alert对话框中显示的消息设置为本地化字符串值,而无需回发到服务器。
In particular, the response includes only the markup for the updatable regions that have been modified during the postback.
特别是,该响应只包括回发期间修改的可更新区域的标记。
A string constant used in postback event arguments to indicate that the browser should jump to a specific item in the list.
在回发事件参数中使用的字符串常量,用于指示浏览器应跳转到列表中的特定项。
If the Text value were not stored in view state, the value would be set to its default, Empty, on each postback.
如果Text值并未存储在视图状态中,则在每次回发时会将值设置为其默认的Empty。
In general, postbacks occur in one of two ways: through a Submit button or through a script.
通常,postback发生在下面两种方式之一:Submit按钮激发或通过script激发。
Although dressed like a pure AJAX remote call, an AJAX postback looks like a regular postback request to the ASP. NET runtime components.
虽然表面上类似纯AJAX远程调用,但AJAX回发看上去好像是对ASP.NET运行时组件的普通回发请求。
You can still configure a panel to refresh when a state-changed event occurs on the server during an AJAX postback.
AJAX回发期间服务器上发生状态更改事件时,您仍可以配置一个面板进行刷新。
Gets or sets a value indicating whether the page scroll position should be maintained upon returning from a postback from the server.
获取或设置一个值,该值指示在从来自服务器的回发返回的过程中是否应保持页滚动位置。
Creates a link on the current page to enable postback on devices that do not support postback events.
在当前页上创建一个链接,以便在不支持回发事件的设备上实现回发。
The response of an AJAX postback is a text stream that can be seen as a table of records with Size, Type, ID, and Content columns.
AJAX回发的响应是一个文本流,可将其视为具有大小、类型、ID和内容列的记录表格。
Contains a page number delimiter used to ensure proper page numbering in a postback .
包含用于确保回发中的页编号正确的页码分隔符。
The ScriptManager control checks an HTTP header in the request to determine whether the request is an AJAX postback.
ScriptManager控件会检查请求中的HTTP头,以确定该请求是否为AJAX回发。
If a postback does not require form data to be submitted, the adapter can call the same methods as the HTML adapters.
如果回发不要求提交窗体数据,则该适配器可以与HTML适配器调用相同的方法。
The presence of the page hidden fields VIEWSTATE and EVENTTARGET is used to help determine whether a postback event has occurred .
页隐藏字段VIEWSTATE和EVENTTARGET的存在是用于帮助确定是否已发生回发事件的。
If the page is not undergoing a partial postback, a globalization script block is registered, along with all your scripts and services.
如果页面没有进行部分回发,则会在注册所有脚本和服务的同时注册一个全局化脚本块。
Data is injected into a component either on postback or when the component is initialized.
在postback或者组件初始化时,数据被注入(inject)到一个组件中。
Method is called after all postback data returned from the user is loaded.
方法在从用户返回的所有回发数据都已加载后调用。
Used to maintain the path of the menu when a postback event is raised.
用于在引发回发事件时维护菜单的路径。
Property to specify whether clicking the hot spot results in going to another page or in a postback .
属性,指定单击作用点是导致转到另一页还是回发。
Is a number, and if present in the postback arguments, indicates that the browser should jump to a specific item in the list.
是一个数字,如果存在于回发参数中,则指示浏览器应跳转到列表中的特定项。
Method if the markup for the browser supported by the adapter requires a different format for the postback form reference.
类继承时,如果适配器支持的浏览器的标记对回发窗体引用有不同的格式要求,则可以重写。
Hence, an AJAX postback uploads a bit more information than a regular ASP. NET postback.
因此,AJAX回发上载的信息要比常规ASP.NET回发多一点。
This phase of the lifecycle presents three view instances: new view, initial view, and postback, with each one being handled differently.
生命周期的这个阶段表示为三个视图实例:新视图、原始视图和后视图,每个视图的处理方式都不相同。
NET mobile controls, the page adapter must persist this string to the client and ensure that it is available on a subsequent postback.
NET移动控件,页适配器必须将该字符串保持到客户端,并确保它在后面的回发中可用。
This is true even after a postback, because the page is being re-created on the server and the browser considers it a new page.
即使在回发后也是如此,因为该页正在服务器上重新创建,因而浏览器将该页视为新页。
Controls in a zone, based on the changes that have occurred since the most recent postback event.
根据自最近的回发事件以来所发生的更改更新区域中。