Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / ListViewTableRow.cs / 1 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignerDataView.cs
- LinkedResource.cs
- PartitionerQueryOperator.cs
- XslAst.cs
- RectangleHotSpot.cs
- BuildProvider.cs
- CqlParserHelpers.cs
- COAUTHINFO.cs
- XmlBinaryReader.cs
- CoTaskMemSafeHandle.cs
- TerminatorSinks.cs
- SHA384.cs
- RowUpdatedEventArgs.cs
- ProviderSettings.cs
- XMLSyntaxException.cs
- SqlError.cs
- Util.cs
- CssClassPropertyAttribute.cs
- Interlocked.cs
- RotationValidation.cs
- Transform3D.cs
- WindowsMenu.cs
- ToolBarButtonDesigner.cs
- InfoCardTraceRecord.cs
- FileLogRecordEnumerator.cs
- BinaryConverter.cs
- RtfNavigator.cs
- HttpCachePolicy.cs
- MyContact.cs
- DbConnectionHelper.cs
- NotCondition.cs
- SByteConverter.cs
- Utils.cs
- LoginStatusDesigner.cs
- GZipDecoder.cs
- StreamInfo.cs
- GridViewColumnHeader.cs
- clipboard.cs
- RadioButtonBaseAdapter.cs
- Journal.cs
- CodeObject.cs
- ForAllOperator.cs
- EventBuilder.cs
- HttpAsyncResult.cs
- UnauthorizedWebPart.cs
- WebPartManager.cs
- StringUtil.cs
- ConfigurationValidatorBase.cs
- DbProviderFactoriesConfigurationHandler.cs
- FilterElement.cs
- TdsParserHelperClasses.cs
- _SSPISessionCache.cs
- XmlSiteMapProvider.cs
- EdmEntityTypeAttribute.cs
- Peer.cs
- StringExpressionSet.cs
- CalendarButton.cs
- SamlDelegatingWriter.cs
- ToolStripRendererSwitcher.cs
- SurrogateSelector.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- ContainerVisual.cs
- StylusPointCollection.cs
- SafeHandles.cs
- GridViewDeletedEventArgs.cs
- HostingEnvironment.cs
- Listbox.cs
- FormatConvertedBitmap.cs
- EmissiveMaterial.cs
- KeyEventArgs.cs
- ClaimSet.cs
- XmlSchemaComplexType.cs
- ConfigsHelper.cs
- Receive.cs
- querybuilder.cs
- SqlVersion.cs
- BuildProviderAppliesToAttribute.cs
- PropertyPath.cs
- EntityModelBuildProvider.cs
- SchemaExporter.cs
- Peer.cs
- EllipseGeometry.cs
- SpellerError.cs
- XMLUtil.cs
- DataTemplate.cs
- StyleXamlTreeBuilder.cs
- DockingAttribute.cs
- TreeViewBindingsEditor.cs
- ServiceNameCollection.cs
- ExpressionHelper.cs
- SmtpFailedRecipientsException.cs
- CommandEventArgs.cs
- DateTimePicker.cs
- ComponentGuaranteesAttribute.cs
- TypeBuilderInstantiation.cs
- WaitForChangedResult.cs
- QuaternionConverter.cs
- DataServiceCollectionOfT.cs
- CollaborationHelperFunctions.cs
- StylusPointProperties.cs