Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlConverter.cs
- WindowsScroll.cs
- Rectangle.cs
- SqlUtil.cs
- StateRuntime.cs
- RootCodeDomSerializer.cs
- HttpListenerContext.cs
- NamedPermissionSet.cs
- ObjectStateFormatter.cs
- ParagraphVisual.cs
- SQLDecimal.cs
- Line.cs
- SQLString.cs
- MethodImplAttribute.cs
- _NegotiateClient.cs
- InfoCardTrace.cs
- XmlSortKey.cs
- ColorTransformHelper.cs
- TabItemWrapperAutomationPeer.cs
- FixedDocumentPaginator.cs
- BitmapData.cs
- MDIControlStrip.cs
- CompositeCollectionView.cs
- FaultContractAttribute.cs
- VectorCollectionValueSerializer.cs
- AnnouncementEventArgs.cs
- PeerContact.cs
- EntityWrapper.cs
- ParallelTimeline.cs
- ComponentConverter.cs
- WebPartManager.cs
- TextModifier.cs
- BitmapFrame.cs
- IdnMapping.cs
- MultitargetUtil.cs
- smtppermission.cs
- Token.cs
- EventSetter.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- TokenBasedSetEnumerator.cs
- SerialReceived.cs
- TextReader.cs
- FixedLineResult.cs
- FirstQueryOperator.cs
- DataSet.cs
- SimpleExpression.cs
- ScriptReference.cs
- DbConnectionStringBuilder.cs
- FontTypeConverter.cs
- AddInToken.cs
- PathSegmentCollection.cs
- CodeBinaryOperatorExpression.cs
- Renderer.cs
- TextMetrics.cs
- ServiceCredentials.cs
- StructuredTypeEmitter.cs
- RepeaterItemCollection.cs
- ServiceRoute.cs
- ComponentFactoryHelpers.cs
- SettingsAttributes.cs
- Drawing.cs
- WpfXamlType.cs
- IRCollection.cs
- ProcessModule.cs
- HwndHost.cs
- TextEditorTables.cs
- BStrWrapper.cs
- UnauthorizedAccessException.cs
- ProviderSettings.cs
- TreeNodeBindingCollection.cs
- FontStretches.cs
- DataGridViewElement.cs
- PhotoPrintingIntent.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- TableHeaderCell.cs
- ACE.cs
- Environment.cs
- FixUp.cs
- AssemblyAttributes.cs
- _CacheStreams.cs
- HostProtectionException.cs
- DesignTable.cs
- PropertyGridView.cs
- SpellerError.cs
- HGlobalSafeHandle.cs
- BitmapCacheBrush.cs
- ChannelDemuxer.cs
- JoinElimination.cs
- AnnotationStore.cs
- SamlSubject.cs
- SqlStream.cs
- XmlC14NWriter.cs
- _OverlappedAsyncResult.cs
- DesignerValidatorAdapter.cs
- WebAdminConfigurationHelper.cs
- ToolStripSplitButton.cs
- Transform3DGroup.cs
- ConfigurationSectionCollection.cs
- ProxyElement.cs
- LinkedResourceCollection.cs