asp.net网站中视图状态的重要性 [英] importance of view state in asp.net websites

查看:63
本文介绍了asp.net网站中视图状态的重要性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请简要介绍一下查看状态的基本重要性?

Please briefly describe me what is basic importance of view state?

推荐答案

如果您对任何主题都是新手,请搜索在线帮助(可能正在搜索谷歌)然后如果你遇到任何疑问或不清楚的区域,发布您的疑问/问题...



了解ViewState ,请参阅: http://msdn.microsoft.com/en-us/library/ms972976.aspx


Quote:

视图状态是ASP.NET页面框架用于在往返之间保留页面和控制值的方法。呈现页面的HTML标记时,页面的当前状态和回发期间必须保留的值将序列化为base64编码的字符串。然后将此信息放入视图状态隐藏字段中。

View state is the method that the ASP.NET page framework uses to preserve page and control values between round trips. When the HTML markup for the page is rendered, the current state of the page and values that must be retained during postback are serialized into base64-encoded strings. This information is then put into the view state hidden field or fields.





有关详细信息: ASP.NET查看状态概述



更多链接: 了解ASP.NET视图状态



我希望这会对你有所帮助。



For more info : ASP.NET View State Overview

More links : Understanding ASP.NET View State

I hope this will help to you.


你好,



感谢您提出这个问题,因为我有机会进一步了解ViewState,

您可以在这里找到您的答案[ ^ ]

希望这会对你有所帮助。



问候,

RK
Hi,

Thanks for asking this question since I had a chance to dig little further about ViewState,
You can find your answer here[^]
Hope this helps you a bit.

Regards,
RK


这篇关于asp.net网站中视图状态的重要性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆