Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / ListViewTableRow.cs / 1305376 / ListViewTableRow.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 ListViewTableRow /// internal class ListViewTableRow : HtmlTableRow { public ListViewTableRow() { } 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. // //----------------------------------------------------------------------------- using System; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; namespace System.Web.UI.WebControls { ////// Summary description for ListViewTableRow /// internal class ListViewTableRow : HtmlTableRow { public ListViewTableRow() { } 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EndpointIdentityConverter.cs
- CodeStatement.cs
- HeaderedContentControl.cs
- InstanceNotReadyException.cs
- FormsAuthenticationUserCollection.cs
- SequenceFullException.cs
- DrawingContext.cs
- AliasGenerator.cs
- BrushConverter.cs
- Internal.cs
- HtmlInputButton.cs
- Misc.cs
- DataServiceClientException.cs
- InfiniteIntConverter.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- ToolStripRendererSwitcher.cs
- SymbolDocumentGenerator.cs
- XmlHierarchicalDataSourceView.cs
- SpanIndex.cs
- XmlLinkedNode.cs
- CompilerError.cs
- ChannelSinkStacks.cs
- XmlSchemaAny.cs
- Rotation3DKeyFrameCollection.cs
- Point4DConverter.cs
- PasswordBoxAutomationPeer.cs
- Aggregates.cs
- DbProviderServices.cs
- WebPartConnectionCollection.cs
- ACE.cs
- OrderToken.cs
- SqlDataAdapter.cs
- MediaPlayer.cs
- MenuStrip.cs
- _LocalDataStoreMgr.cs
- CursorConverter.cs
- OdbcDataReader.cs
- ObjectDataSourceMethodEditor.cs
- SiteMapDataSource.cs
- PairComparer.cs
- SqlFileStream.cs
- CompilerHelpers.cs
- MappingModelBuildProvider.cs
- HandlerBase.cs
- parserscommon.cs
- StrokeNodeOperations.cs
- TimelineClockCollection.cs
- RegisteredHiddenField.cs
- Stylesheet.cs
- TextSelectionProcessor.cs
- DispatchChannelSink.cs
- JumpItem.cs
- WebPartEditorOkVerb.cs
- WCFServiceClientProxyGenerator.cs
- CompilationRelaxations.cs
- ColumnCollection.cs
- BindingEditor.xaml.cs
- PageContentAsyncResult.cs
- XslCompiledTransform.cs
- TextRunTypographyProperties.cs
- XmlNamespaceDeclarationsAttribute.cs
- Int16Animation.cs
- ImageConverter.cs
- ClientSettingsSection.cs
- MatrixAnimationUsingPath.cs
- RayMeshGeometry3DHitTestResult.cs
- BuildManagerHost.cs
- SplitContainer.cs
- TreeChangeInfo.cs
- PrintingPermissionAttribute.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- PolyBezierSegment.cs
- ParseElementCollection.cs
- StreamSecurityUpgradeAcceptorBase.cs
- SqlFunctionAttribute.cs
- UseManagedPresentationElement.cs
- UIPropertyMetadata.cs
- DiagnosticsElement.cs
- IdentityHolder.cs
- RoutedCommand.cs
- SimpleHandlerFactory.cs
- ContextQuery.cs
- GlyphCache.cs
- RuntimeHelpers.cs
- SignedPkcs7.cs
- MsmqIntegrationSecurityElement.cs
- UnionCodeGroup.cs
- SystemInformation.cs
- DataColumnMapping.cs
- NativeMethods.cs
- CommandLibraryHelper.cs
- NestedContainer.cs
- GridPatternIdentifiers.cs
- OleDbReferenceCollection.cs
- TreeNodeClickEventArgs.cs
- WindowHideOrCloseTracker.cs
- TextRunCacheImp.cs
- XPathNodeList.cs
- ObjectHandle.cs
- XappLauncher.cs