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
- KeyedCollection.cs
- SQLBytes.cs
- TextChange.cs
- DependencyObjectPropertyDescriptor.cs
- DefaultSettingsSection.cs
- _KerberosClient.cs
- Win32PrintDialog.cs
- Pair.cs
- SerializationUtility.cs
- rsa.cs
- PeerNameRecord.cs
- SafeMemoryMappedViewHandle.cs
- HScrollProperties.cs
- Panel.cs
- Config.cs
- SmuggledIUnknown.cs
- Membership.cs
- Pair.cs
- XPathExpr.cs
- TypeValidationEventArgs.cs
- GridViewItemAutomationPeer.cs
- ObjectViewFactory.cs
- UserControl.cs
- TreeNodeConverter.cs
- XmlILStorageConverter.cs
- BamlRecordWriter.cs
- SimpleWorkerRequest.cs
- DynamicValueConverter.cs
- SendSecurityHeaderElementContainer.cs
- Win32Native.cs
- NotifyParentPropertyAttribute.cs
- WorkflowRuntimeService.cs
- LinkedResourceCollection.cs
- ConstructorNeedsTagAttribute.cs
- NonClientArea.cs
- AuthenticationManager.cs
- IssuanceLicense.cs
- DesignerDataView.cs
- MsmqAuthenticationMode.cs
- XhtmlTextWriter.cs
- OdbcTransaction.cs
- WebServiceEndpoint.cs
- BamlLocalizer.cs
- StrongNameIdentityPermission.cs
- SqlBuilder.cs
- JulianCalendar.cs
- TreeNodeStyle.cs
- SafeReversePInvokeHandle.cs
- AnonymousIdentificationModule.cs
- HttpDebugHandler.cs
- SmtpNegotiateAuthenticationModule.cs
- HierarchicalDataSourceIDConverter.cs
- CngProvider.cs
- ApplicationActivator.cs
- KeyValueSerializer.cs
- Expression.cs
- WebPartTracker.cs
- FontConverter.cs
- WorkflowFileItem.cs
- PermissionAttributes.cs
- XmlDocumentType.cs
- Barrier.cs
- StrokeCollection.cs
- ProjectionAnalyzer.cs
- MouseDevice.cs
- StylusPointPropertyInfoDefaults.cs
- BindingSource.cs
- SynchronizedInputPattern.cs
- SupportsPreviewControlAttribute.cs
- ApplyTemplatesAction.cs
- HttpDictionary.cs
- NullRuntimeConfig.cs
- DataError.cs
- QueryReaderSettings.cs
- IssuedSecurityTokenProvider.cs
- DocumentPage.cs
- Int32Animation.cs
- ColorMatrix.cs
- View.cs
- SID.cs
- TextDecorationUnitValidation.cs
- WindowsToolbar.cs
- OptimalTextSource.cs
- AutomationPatternInfo.cs
- EditingScope.cs
- PathFigureCollectionValueSerializer.cs
- DataGridViewCheckBoxCell.cs
- WinEventHandler.cs
- TracePayload.cs
- ReadOnlyMetadataCollection.cs
- ExpressionBindings.cs
- MetaTableHelper.cs
- Highlights.cs
- ZoneButton.cs
- ResourceExpressionBuilder.cs
- Animatable.cs
- DocumentSequence.cs
- ScriptRegistrationManager.cs
- Color.cs
- XPathNavigatorReader.cs