Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CompilerInfo.cs
- BaseCollection.cs
- LabelLiteral.cs
- FileDataSourceCache.cs
- WindowsButton.cs
- TagMapInfo.cs
- GetRecipientListRequest.cs
- PersonalizationAdministration.cs
- ReachFixedDocumentSerializer.cs
- SolidBrush.cs
- _ListenerRequestStream.cs
- Invariant.cs
- OpenFileDialog.cs
- SimpleBitVector32.cs
- Certificate.cs
- SystemColorTracker.cs
- MD5Cng.cs
- SafeHandles.cs
- DataObjectPastingEventArgs.cs
- BinaryObjectInfo.cs
- ContainerControl.cs
- SQLInt64.cs
- PropertyTabChangedEvent.cs
- DiscoveryOperationContextExtension.cs
- IPPacketInformation.cs
- DbgCompiler.cs
- ColorBlend.cs
- InvokeProviderWrapper.cs
- SerializationStore.cs
- SiteOfOriginContainer.cs
- HScrollBar.cs
- RawStylusSystemGestureInputReport.cs
- WorkflowNamespace.cs
- BitmapEffectCollection.cs
- CompilerLocalReference.cs
- _Connection.cs
- GACMembershipCondition.cs
- ServerValidateEventArgs.cs
- ConfigurationSectionHelper.cs
- InfocardExtendedInformationCollection.cs
- EventLogEntry.cs
- EnumerableRowCollection.cs
- ErrorStyle.cs
- StrongNamePublicKeyBlob.cs
- SuppressIldasmAttribute.cs
- VSWCFServiceContractGenerator.cs
- UIPermission.cs
- MemberAccessException.cs
- RealProxy.cs
- VisualStateGroup.cs
- Grant.cs
- FullTextBreakpoint.cs
- LinkLabel.cs
- TemplateControlBuildProvider.cs
- LayoutUtils.cs
- FastEncoder.cs
- IndexingContentUnit.cs
- SharedStatics.cs
- ObjectComplexPropertyMapping.cs
- ExternalFile.cs
- HelpPage.cs
- WebPartUserCapability.cs
- ArrayTypeMismatchException.cs
- Html32TextWriter.cs
- CompilerWrapper.cs
- MethodBuilder.cs
- ObjectResult.cs
- PriorityRange.cs
- PathTooLongException.cs
- ThicknessKeyFrameCollection.cs
- PropertyManager.cs
- _SSPIWrapper.cs
- Point3DValueSerializer.cs
- InternalSafeNativeMethods.cs
- XmlWrappingReader.cs
- SqlFlattener.cs
- CharacterHit.cs
- DrawingContextDrawingContextWalker.cs
- Label.cs
- ObjectConverter.cs
- ResourceIDHelper.cs
- ThemeDictionaryExtension.cs
- ProfessionalColorTable.cs
- PrintEvent.cs
- DataObjectAttribute.cs
- ResourceReferenceKeyNotFoundException.cs
- COM2ExtendedTypeConverter.cs
- GeometryModel3D.cs
- TimelineGroup.cs
- SqlUtils.cs
- PresentationSource.cs
- altserialization.cs
- ObjectDisposedException.cs
- RegexInterpreter.cs
- TabControlCancelEvent.cs
- WebPartHelpVerb.cs
- TextRenderer.cs
- WmpBitmapDecoder.cs
- SimpleTextLine.cs
- InheritanceAttribute.cs