Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / ErrorFormatterPage.cs / 1 / ErrorFormatterPage.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * This is a page class that is used for adaptive error formatting for mobile * devices. * * NOTE: We explicitly override the state management methods because if the * normal page class is used, an exception is thrown for mobile devices. * For example, WmlPageAdapter uses SessionPageStatePersister * for persisting view state. SessionPageStatePersister requires * Context.Session to be available. Otherwise, it would throw in the * constructor. However, when an error occurred, Context.Session is * removed by SessionStateModule before the error is being formatted and * rendered. Hence the methods are overridden below and ignored to avoid * the exception since there is no need to persist any view state for the * adaptive error page which is created dynamically during error handling. * * Copyright (c) 2003 Microsoft Corporation */ namespace System.Web.UI { internal sealed class ErrorFormatterPage: Page { protected internal override void SavePageStateToPersistenceMedium(Object viewState) { // Override and ignore. No need to save view state for this page. } protected internal override Object LoadPageStateFromPersistenceMedium() { // Override and ignore. No view state to load for this page. return null; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * This is a page class that is used for adaptive error formatting for mobile * devices. * * NOTE: We explicitly override the state management methods because if the * normal page class is used, an exception is thrown for mobile devices. * For example, WmlPageAdapter uses SessionPageStatePersister * for persisting view state. SessionPageStatePersister requires * Context.Session to be available. Otherwise, it would throw in the * constructor. However, when an error occurred, Context.Session is * removed by SessionStateModule before the error is being formatted and * rendered. Hence the methods are overridden below and ignored to avoid * the exception since there is no need to persist any view state for the * adaptive error page which is created dynamically during error handling. * * Copyright (c) 2003 Microsoft Corporation */ namespace System.Web.UI { internal sealed class ErrorFormatterPage: Page { protected internal override void SavePageStateToPersistenceMedium(Object viewState) { // Override and ignore. No need to save view state for this page. } protected internal override Object LoadPageStateFromPersistenceMedium() { // Override and ignore. No view state to load for this page. return null; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HttpWebRequest.cs
- XmlHierarchicalDataSourceView.cs
- SingleAnimation.cs
- Italic.cs
- Main.cs
- TimeBoundedCache.cs
- RealizationContext.cs
- GridViewEditEventArgs.cs
- GroupDescription.cs
- OleDbSchemaGuid.cs
- WorkflowQueuingService.cs
- ProtocolInformationReader.cs
- KoreanLunisolarCalendar.cs
- TargetControlTypeAttribute.cs
- Stream.cs
- TypeNameConverter.cs
- FormViewAutoFormat.cs
- SystemColorTracker.cs
- FormDocumentDesigner.cs
- AudioFormatConverter.cs
- ListViewSelectEventArgs.cs
- Effect.cs
- SHA1.cs
- OdbcException.cs
- AssociationProvider.cs
- StylusCaptureWithinProperty.cs
- FileDialogPermission.cs
- MenuItem.cs
- TransactionChannelFactory.cs
- UiaCoreApi.cs
- ReaderContextStackData.cs
- Button.cs
- ClientScriptItem.cs
- XmlSchemas.cs
- AuthenticationService.cs
- QuadraticBezierSegment.cs
- GridViewSelectEventArgs.cs
- MarkupProperty.cs
- XmlCDATASection.cs
- DivideByZeroException.cs
- GiveFeedbackEventArgs.cs
- newinstructionaction.cs
- HttpException.cs
- PublishLicense.cs
- TypedRowGenerator.cs
- RowToFieldTransformer.cs
- ListViewTableCell.cs
- ContractUtils.cs
- PolyBezierSegmentFigureLogic.cs
- EntityParameterCollection.cs
- XamlTemplateSerializer.cs
- GridEntry.cs
- XmlCharacterData.cs
- PrintPageEvent.cs
- ListViewItemSelectionChangedEvent.cs
- CheckBoxFlatAdapter.cs
- PagePropertiesChangingEventArgs.cs
- VisualBasicReference.cs
- PersonalizableTypeEntry.cs
- BuildResultCache.cs
- dbdatarecord.cs
- EntityDataSourceSelectedEventArgs.cs
- DLinqTableProvider.cs
- HitTestParameters.cs
- MetadataSerializer.cs
- JsonDeserializer.cs
- CodeDefaultValueExpression.cs
- EntityContainerEntitySet.cs
- ScriptResourceAttribute.cs
- CodePropertyReferenceExpression.cs
- SelectedGridItemChangedEvent.cs
- CodeMemberMethod.cs
- DataGrid.cs
- XsltContext.cs
- BinHexEncoder.cs
- BitmapImage.cs
- PropertyCollection.cs
- WsatServiceCertificate.cs
- XPathNodeInfoAtom.cs
- Variable.cs
- ISCIIEncoding.cs
- CommandTreeTypeHelper.cs
- SelectionItemPattern.cs
- EFAssociationProvider.cs
- DataGridViewLinkCell.cs
- PaintValueEventArgs.cs
- ControlValuePropertyAttribute.cs
- DataGridItemEventArgs.cs
- SelfIssuedAuthRSAPKCS1SignatureFormatter.cs
- DependencyPropertyAttribute.cs
- SqlStatistics.cs
- HttpStreams.cs
- TimeEnumHelper.cs
- ControlBuilder.cs
- Oid.cs
- LambdaCompiler.Unary.cs
- Internal.cs
- CatalogPartDesigner.cs
- SoapElementAttribute.cs
- DataTableMappingCollection.cs