PostBack Data的意思|示意

美 / / 英 / /

回发数据


PostBack Data的网络常见释义

回传的值 )所以在OnInit阶段,ViewState的值和回传的值(PostBack Data)都还没有被赋值到对应的控件上。OnInit阶段是创建/重新创建动态控件(DynamicControl)的最好时机。

回传数据 ...viewstate处理 viewstate和postback data(回传数据)在pageload之前 c# 怎么使用 viewstate 在页面中传值 viewstate包含的状态与控件发送给客户端时所包含的 net中序列化viewstate; ...

PostBack Data相关短语

1、 Load postback data 加载回传数据 ; 加载回发数据

PostBack Data相关例句

At this stage in the page's life cycle, view-state information and postback data for declared controls and controls created during the initialization stage are loaded into the page's controls.

在页生命周期的此阶段中,已声明控件和在初始化阶段创建的控件的视图状态信息和回发数据都被加载到页的控件中。

Examining the words used in the specification reveals that while the component tree is restored on a postback, the backing bean data used by those components is not restored.

仔细研究规范中的用词可以发现,虽然在postback上恢复了组件树,但是那些组件使用的backing bean数据并没有被恢复。

During a postback, this is an important phase for managing interaction with existing view-state data.

在回发过程中,它是管理与现有视图状态数据的交互的重要阶段。