viewstate

视图状态
常用释义
n. 视图状态

扩展信息

视图状态
视图状态Viewstate)的最重要的建议就是不使用它。页面指示“enableViewState=false’’将禁用视图状态(Viewstate),然 …
视图状态是一个集合
视图状态是一个集合(ViewState)。我们来继承一个PicShow
视图区域信息
...性,ASP.NET是通过视图机制实现的,简单地讲,视图区域信息ViewState)存储于页面上的一个隐藏字段(名为__VIEWS…
视图状况
  2、加载视图:正在始初化之后,页里框架立刻加载当页面的视图状况ViewState)。所谓视图状态便是一些称号/值对的聚集…
状态视图
(2)状态视图(Viewstate) 当ASP.NET执行某个页面时,该页面上的view. state值和所有控件将被收集并格式化成一个编码字 …
显示状态
Spring WebFlow:重用与抽象框架解析之一 ... 动作( Actions) 显示状态( ViewState) 跳转( Transition) ...

例句

注意,这个应用程序依赖于目前ViewState使用的编码字符,在最终版本发布前可能会改变。

但在某些情况下,视图状态仅仅是由其他原因引起的问题的无辜替罪羊。

这些控件展示了ViewState在绑定到声明性数据源时表现的智能使用。

对于您的那些生成控件,控件状态的使用模型不像ViewState一样方便。

The size of the viewstate is an old problem for ASP. NET pages.

视图状态的大小是ASP.NET页面的老问题了。

现在,如果您禁用了该日历的视图状态,可节省大约1KB的数据,而这仅仅是总大小的10%。

The presence of the page hidden fields VIEWSTATE and EVENTTARGET is used to help determine whether a postback event has occurred .

页隐藏字段VIEWSTATE和EVENTTARGET的存在是用于帮助确定是否已发生回发事件的。

视图状态以及任何其他隐藏字段随请求一起执行并上载到服务器。

The following example demonstrates implementing a Text property that stores and retrieves its value from its control's ViewState property.

下面的示例演示如何实现从其控件的ViewState属性存储和检索值的Text属性。

但是,需要提出警告的是,具有大量视图状态的页面不会从部分呈现中获益很多。

Deciding when to disable view state in your controls is obviously important if you are concerned about the size of your responses.

很明显,如果您关心响应大小,那么决定何时禁用控件的ViewState是重要的。

返回途中,会一同下载更新的视图状态与新的隐藏字段及可能更短的标记(如果有)。

The default behavior of the ViewState property is enabled, but if you don't need it, you can turn it off at the control or page level.

默认情况下是允许使用ViewState的,如果你不想使用ViewState的话,你可以在控件或页面级别把关闭它。

At the conclusion of this event, ViewState will be saved for the page and all of the controls.

在这个事件结束的时候,viewstate将会保存页面上所有控件的信息。

使用ViewState,开发人员能够专注于编程模型和用户界面,而不用担心状态保持。

您为ViewState属性指定键和值,Page对象将对请求之间的状态信息进行序列化。

作为一个活动的ViewState示例,尝试运行图1显示的页面。

因此,不是填充控件、设置viewstate、应用主题等一切都发生在页面加载上。

Causes the control to track changes to its view state so they can be stored in the object's ViewState property.

使控件跟踪其视图状态的更改,以便可以将这些更改存储在对象的ViewState属性中。

This object is accessible through the Control. ViewState property.

通过Control.ViewState属性可访问此对象。

He goes on to discuss the problems with ViewState, event management, and post-backs in detail.

他继续详细讨论了ViewState,事件管理和PostBack机制的问题。

In this section, we do not have access to viewstate, postedvalues and neither the controls are initialized.

在这部分中我们没有获得viewstate、postedvalues及已经初始化的控件。

The ViewState property mimics the ViewState property of the Control class.

ViewState属性模仿Control类的ViewState属性。

在该事件发生前,已针对页和所有控件保存了ViewState。

When the page is posted, these HTML tags are created in to ASP. NET controls with viewstate and form data tied up together on the server.

当页面被发送时,在服务器上这些HTML标记被创建到ASP.NET控件且viewstate和表单数据捆绑在一起。

Similarly, the DataGrid class uses view state to issue pagination, edit, and sorting events.

同样地,DataGrid类使用ViewState发布分页、编辑和排序事件。

It also invokes the TrackViewState method of the private viewState or viewStateValue field corresponding to the ViewState property.

它还调用与ViewState属性相对应的私有viewState或viewStateValue字段的TrackViewState方法。

NET中的视图解码自动发出的浏览器。

查看图6之后,您会发现响应由两大块组成:标记和视图状态。

In this event, we get access to all controls, viewstate and their posted values.

这个事件,我们可以访问所有控件、viewstate、发送的值。