Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / LayoutTableCell.cs / 1 / LayoutTableCell.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Security.Permissions; using System.Web; ////// Table cell used for laying out controls in a Render method. Doesn't parent added controls, so /// it is safe to add child controls to this table. Sets page of added controls if not already set. /// Used by LayoutTable. Top-level class instead of private so LayoutTableCells can be added dynamically /// to LayoutTable. /// internal sealed class LayoutTableCell : TableCell { protected internal override void AddedControl(Control control, int index) { if (control.Page == null) { control.Page = Page; } } protected internal override void RemovedControl(Control control) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Security.Permissions; using System.Web; ////// Table cell used for laying out controls in a Render method. Doesn't parent added controls, so /// it is safe to add child controls to this table. Sets page of added controls if not already set. /// Used by LayoutTable. Top-level class instead of private so LayoutTableCells can be added dynamically /// to LayoutTable. /// internal sealed class LayoutTableCell : TableCell { protected internal override void AddedControl(Control control, int index) { if (control.Page == null) { control.Page = Page; } } protected internal override void RemovedControl(Control control) { } } } // 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
- BamlResourceSerializer.cs
- ResourceReferenceKeyNotFoundException.cs
- WebPartMinimizeVerb.cs
- FlagPanel.cs
- WebBrowserSiteBase.cs
- JapaneseLunisolarCalendar.cs
- VectorKeyFrameCollection.cs
- PointCollectionConverter.cs
- LinkButton.cs
- PtsPage.cs
- ClientData.cs
- indexingfiltermarshaler.cs
- _FixedSizeReader.cs
- AsynchronousChannelMergeEnumerator.cs
- StatusCommandUI.cs
- TypeUsageBuilder.cs
- streamingZipPartStream.cs
- ProtocolsConfiguration.cs
- ConfigurationSectionGroup.cs
- ConfigurationValues.cs
- FolderLevelBuildProviderCollection.cs
- _SSPISessionCache.cs
- ErrorHandler.cs
- ConfigurationFileMap.cs
- COM2FontConverter.cs
- SelectManyQueryOperator.cs
- ExternalException.cs
- InvokePattern.cs
- RegisteredDisposeScript.cs
- GridViewCancelEditEventArgs.cs
- SafeNativeMethods.cs
- MissingMemberException.cs
- BaseResourcesBuildProvider.cs
- ScriptReferenceBase.cs
- ConfigurationValidatorBase.cs
- SelectedCellsCollection.cs
- AssertFilter.cs
- TokenBasedSet.cs
- ZipArchive.cs
- OleDbPropertySetGuid.cs
- TagElement.cs
- AttachedPropertyBrowsableAttribute.cs
- ListView.cs
- CurrencyWrapper.cs
- DisplayNameAttribute.cs
- CachedPathData.cs
- LinqDataSourceView.cs
- SHA1.cs
- WSDualHttpBindingCollectionElement.cs
- ZipIOCentralDirectoryBlock.cs
- StringArrayConverter.cs
- Directory.cs
- BooleanFacetDescriptionElement.cs
- EntityCommandDefinition.cs
- InvalidComObjectException.cs
- PaperSource.cs
- DefaultValueConverter.cs
- TimeSpanSecondsConverter.cs
- EntityViewContainer.cs
- State.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ToolStripArrowRenderEventArgs.cs
- TransportReplyChannelAcceptor.cs
- WsiProfilesElement.cs
- StaticDataManager.cs
- FormViewPageEventArgs.cs
- X509CertificateStore.cs
- Span.cs
- ThreadExceptionDialog.cs
- MonthCalendar.cs
- SimplePropertyEntry.cs
- ISCIIEncoding.cs
- ScriptManagerProxy.cs
- MessageQueueConverter.cs
- InvalidOperationException.cs
- MdiWindowListItemConverter.cs
- WebBrowserContainer.cs
- RegexTree.cs
- CqlErrorHelper.cs
- DataRowExtensions.cs
- ObjRef.cs
- Symbol.cs
- TextBreakpoint.cs
- PolyBezierSegmentFigureLogic.cs
- SQLBinaryStorage.cs
- ImpersonationContext.cs
- KeyNotFoundException.cs
- ObjectContextServiceProvider.cs
- BaseDataList.cs
- ArraySubsetEnumerator.cs
- MemberCollection.cs
- WmlFormAdapter.cs
- ResXDataNode.cs
- _ChunkParse.cs
- HostSecurityManager.cs
- Codec.cs
- RemoteWebConfigurationHost.cs
- SqlStream.cs
- SoapFormatterSinks.cs
- ToolStripRenderEventArgs.cs