Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / ListViewTableCell.cs / 1 / ListViewTableCell.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; namespace System.Web.UI.WebControls { ////// Summary description for ListViewTableCell /// internal class ListViewTableCell : HtmlTableCell { public ListViewTableCell() { } protected override ControlCollection CreateControlCollection() { return new ControlCollection(this); } protected internal override void Render(HtmlTextWriter writer) { RenderChildren(writer); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MorphHelper.cs
- ListenerBinder.cs
- FlowPanelDesigner.cs
- EdmItemError.cs
- DecimalMinMaxAggregationOperator.cs
- UriParserTemplates.cs
- IisTraceWebEventProvider.cs
- NetworkAddressChange.cs
- DataGridAutomationPeer.cs
- QueryCreatedEventArgs.cs
- XamlBrushSerializer.cs
- WebPartCatalogAddVerb.cs
- EndpointAddress.cs
- FilteredAttributeCollection.cs
- IPPacketInformation.cs
- FontStretchConverter.cs
- StandardTransformFactory.cs
- DataGridViewCellFormattingEventArgs.cs
- ObjRef.cs
- ComplexPropertyEntry.cs
- ProviderBase.cs
- MergablePropertyAttribute.cs
- SerializationObjectManager.cs
- ImageCollectionEditor.cs
- XmlCompatibilityReader.cs
- FirstQueryOperator.cs
- SecureUICommand.cs
- EventProviderWriter.cs
- DropShadowBitmapEffect.cs
- FrameworkElement.cs
- Evaluator.cs
- DispatcherHooks.cs
- Helpers.cs
- DbDeleteCommandTree.cs
- XmlnsDictionary.cs
- DataObject.cs
- LogReserveAndAppendState.cs
- ContentPresenter.cs
- SqlLiftWhereClauses.cs
- WeakHashtable.cs
- BitVector32.cs
- Int64.cs
- GeneralTransform3DGroup.cs
- WebPartManagerInternals.cs
- wgx_exports.cs
- DATA_BLOB.cs
- ColorAnimationBase.cs
- BitmapEffectState.cs
- _ListenerResponseStream.cs
- CheckableControlBaseAdapter.cs
- Validator.cs
- SerialPort.cs
- CommandLineParser.cs
- CollectionViewGroupInternal.cs
- AcceleratedTokenProviderState.cs
- filewebrequest.cs
- BlurEffect.cs
- WebCategoryAttribute.cs
- MapPathBasedVirtualPathProvider.cs
- DateTimeUtil.cs
- ThicknessConverter.cs
- EventItfInfo.cs
- MasterPage.cs
- BuildProviderAppliesToAttribute.cs
- SuppressMessageAttribute.cs
- TypeNameConverter.cs
- WebServiceParameterData.cs
- SrgsSubset.cs
- CopyNamespacesAction.cs
- ConfigUtil.cs
- TextEditorDragDrop.cs
- TemplateApplicationHelper.cs
- RowUpdatingEventArgs.cs
- FontStyle.cs
- DataListItemCollection.cs
- Interlocked.cs
- MeasurementDCInfo.cs
- HybridObjectCache.cs
- DesignerImageAdapter.cs
- ScopelessEnumAttribute.cs
- EntityContainerRelationshipSetEnd.cs
- ImageButton.cs
- SendingRequestEventArgs.cs
- WebControlAdapter.cs
- CreateUserWizard.cs
- Debug.cs
- XmlSchemaAttributeGroupRef.cs
- TaiwanCalendar.cs
- IsolatedStorageFilePermission.cs
- _ScatterGatherBuffers.cs
- MailSettingsSection.cs
- SafeMarshalContext.cs
- X509RawDataKeyIdentifierClause.cs
- PeerNameResolver.cs
- ImportDesigner.xaml.cs
- ItemList.cs
- SessionSwitchEventArgs.cs
- ItemAutomationPeer.cs
- Attributes.cs
- DataServiceResponse.cs