Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / LayoutTableCell.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BinHexDecoder.cs
- InstanceDataCollection.cs
- GetBrowserTokenRequest.cs
- wgx_render.cs
- CellTreeNode.cs
- InlineObject.cs
- PageAsyncTask.cs
- SqlDataSource.cs
- BookmarkScopeInfo.cs
- Keywords.cs
- PnrpPermission.cs
- AutomationPatternInfo.cs
- SafeNativeHandle.cs
- Soap11ServerProtocol.cs
- DynamicQueryableWrapper.cs
- LogicalTreeHelper.cs
- ObjectStateFormatter.cs
- XsltArgumentList.cs
- TimeSpanValidatorAttribute.cs
- PropertyTabChangedEvent.cs
- ObjectSpanRewriter.cs
- invalidudtexception.cs
- CompilerWrapper.cs
- LOSFormatter.cs
- WorkflowOperationBehavior.cs
- SqlMethods.cs
- MethodBuilder.cs
- MenuBindingsEditor.cs
- typedescriptorpermission.cs
- HttpModulesSection.cs
- SystemNetworkInterface.cs
- WorkflowInstanceExtensionManager.cs
- DictionaryContent.cs
- HuffModule.cs
- SeverityFilter.cs
- X509Extension.cs
- SerializationSectionGroup.cs
- EnumDataContract.cs
- Double.cs
- Rotation3DAnimation.cs
- XmlChildEnumerator.cs
- Int64Animation.cs
- ManagedFilter.cs
- AsymmetricKeyExchangeDeformatter.cs
- TypeSystem.cs
- RequestSecurityTokenSerializer.cs
- PreparingEnlistment.cs
- ValidationUtility.cs
- PropertyGridDesigner.cs
- FormsAuthenticationModule.cs
- _RegBlobWebProxyDataBuilder.cs
- TimeSpanValidatorAttribute.cs
- DesignerSerializationOptionsAttribute.cs
- XmlDataLoader.cs
- StringSource.cs
- SchemaExporter.cs
- XPathNavigatorKeyComparer.cs
- BinHexDecoder.cs
- InputLanguage.cs
- RegexInterpreter.cs
- ErrorEventArgs.cs
- GridViewAutomationPeer.cs
- Queue.cs
- ExpandCollapseProviderWrapper.cs
- FlowDocumentPage.cs
- ApplicationProxyInternal.cs
- LongValidatorAttribute.cs
- HashCodeCombiner.cs
- XmlObjectSerializer.cs
- _ConnectStream.cs
- MailAddress.cs
- Attributes.cs
- DoubleAnimationUsingKeyFrames.cs
- AutoSizeToolBoxItem.cs
- DataGridTableCollection.cs
- OleDbDataAdapter.cs
- CharAnimationUsingKeyFrames.cs
- CommonObjectSecurity.cs
- KoreanLunisolarCalendar.cs
- StopStoryboard.cs
- TypefaceMetricsCache.cs
- ZipIOExtraField.cs
- DocumentGrid.cs
- ExpressionLexer.cs
- RemotingServices.cs
- URIFormatException.cs
- HtmlMeta.cs
- LinqDataSourceDeleteEventArgs.cs
- XmlAttributeAttribute.cs
- RSAPKCS1SignatureDeformatter.cs
- PassportPrincipal.cs
- EnglishPluralizationService.cs
- SapiRecoInterop.cs
- EdmProviderManifest.cs
- StdRegProviderWrapper.cs
- CompatibleComparer.cs
- LabelDesigner.cs
- StackOverflowException.cs
- ReflectEventDescriptor.cs
- RowCache.cs