postback

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匹配調用PageRequestManagerabortPostBack方法

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由于11else子句)。

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 .

隱藏字段VIEWSTATEEVENTTARGET存在用于幫助確定是否發生事件

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.

根據最近事件以來發生更改更新區域