| |||||||||||
<sessionPageState> SectionASP.NET Syntax ASP.NET Configuration Sections Configures page view-state settings for an ASP.NET application. <sessionPageState historySize = "number" /> Attributes and ElementsThe following sections describe attributes, child elements, and parent elements. Attributes
Child ElementsNone. Parent Elements
Default ConfigurationThe following default sessionPageState element is not explicitly configured in the machine configuration file or in the root Web.config file, but is the default configuration returned by an application in the .NET Framework version 2.0. <sessionPageState historySize = "9" /> ExampleThe following example configures the session page state for an ASP.NET application. <sessionPageState historySize = "5" /> See AlsoASP.NET Configuration SessionPageStateSection Class |
| ||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme