Code:
/ FX-1434 / FX-1434 / 1.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
- QueryOperationResponseOfT.cs
- SystemIcons.cs
- ClientSettingsStore.cs
- ReferencedType.cs
- XsltLoader.cs
- LinkTarget.cs
- ToolStripSeparatorRenderEventArgs.cs
- EntityConnection.cs
- WpfWebRequestHelper.cs
- AudioFormatConverter.cs
- ReverseQueryOperator.cs
- SelectingProviderEventArgs.cs
- TraceRecords.cs
- ViewValidator.cs
- SqlExpander.cs
- CopyAction.cs
- SafeRightsManagementHandle.cs
- DefaultWorkflowSchedulerService.cs
- DesignerInterfaces.cs
- ButtonFieldBase.cs
- IssuedTokenServiceCredential.cs
- ActivityStatusChangeEventArgs.cs
- ADConnectionHelper.cs
- TextOutput.cs
- fixedPageContentExtractor.cs
- ThemeableAttribute.cs
- TransactionManager.cs
- SerializationObjectManager.cs
- GridViewCellAutomationPeer.cs
- ColumnWidthChangingEvent.cs
- AspNetRouteServiceHttpHandler.cs
- ToolBarOverflowPanel.cs
- DrawingAttributes.cs
- LinkedResourceCollection.cs
- mediaeventargs.cs
- DataSourceProvider.cs
- UpdateCompiler.cs
- RunClient.cs
- TypefaceCollection.cs
- FreezableCollection.cs
- Hashtable.cs
- DbDataRecord.cs
- ChangeDirector.cs
- SettingsProperty.cs
- ErrorTableItemStyle.cs
- DSASignatureDeformatter.cs
- SizeAnimation.cs
- ExpanderAutomationPeer.cs
- MenuItemBinding.cs
- WizardPanel.cs
- DataPagerFieldCollection.cs
- StoreItemCollection.Loader.cs
- ITreeGenerator.cs
- RegistryDataKey.cs
- FixedFlowMap.cs
- DbConnectionHelper.cs
- DocumentSequence.cs
- DataMemberConverter.cs
- OdbcConnectionPoolProviderInfo.cs
- DataGridItem.cs
- PortCache.cs
- UnmanagedHandle.cs
- EnumBuilder.cs
- AtomicFile.cs
- DBConnectionString.cs
- SByteStorage.cs
- FamilyTypeface.cs
- OracleLob.cs
- BridgeDataReader.cs
- ResourceExpression.cs
- RenderingEventArgs.cs
- Utilities.cs
- EntityDataSourceContextCreatingEventArgs.cs
- complextypematerializer.cs
- UnmanagedHandle.cs
- UnsafeNativeMethods.cs
- EncoderParameter.cs
- TextServicesCompartment.cs
- RtfNavigator.cs
- UnsafeNativeMethods.cs
- SHA512.cs
- File.cs
- FontFamily.cs
- ToolboxItemAttribute.cs
- XmlLoader.cs
- BitmapVisualManager.cs
- XmlComplianceUtil.cs
- FixedDocumentSequencePaginator.cs
- XmlSerializableServices.cs
- CodeGotoStatement.cs
- ScrollableControl.cs
- DictionaryEditChange.cs
- InputBindingCollection.cs
- Size.cs
- RadioButton.cs
- WebServiceMethodData.cs
- ResourceDescriptionAttribute.cs
- ConditionalWeakTable.cs
- SR.Designer.cs
- CodeDesigner.cs