Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / ListViewTableCell.cs / 1305376 / 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.
//
//-----------------------------------------------------------------------------
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RowVisual.cs
- XmlReflectionImporter.cs
- ColumnMapCopier.cs
- _Events.cs
- TransportDefaults.cs
- SoapElementAttribute.cs
- RuntimeHandles.cs
- OracleNumber.cs
- JsonGlobals.cs
- DomNameTable.cs
- CodeDomLoader.cs
- RowVisual.cs
- RelationalExpressions.cs
- DependencyPropertyAttribute.cs
- BaseCodePageEncoding.cs
- MemberInfoSerializationHolder.cs
- XmlElementList.cs
- nulltextnavigator.cs
- HashHelpers.cs
- TcpStreams.cs
- XmlProcessingInstruction.cs
- SqlStatistics.cs
- XmlSerializableServices.cs
- LinqTreeNodeEvaluator.cs
- DbConnectionPoolOptions.cs
- StylusPointPropertyUnit.cs
- ExternalFile.cs
- HwndKeyboardInputProvider.cs
- TreeNodeConverter.cs
- OdbcConnectionFactory.cs
- Pair.cs
- ISFClipboardData.cs
- OptimisticConcurrencyException.cs
- SymLanguageVendor.cs
- Route.cs
- X509SecurityTokenProvider.cs
- ValueTable.cs
- RegexGroup.cs
- Listbox.cs
- CatalogZone.cs
- ThreadStartException.cs
- SafeHandles.cs
- DesignerExtenders.cs
- PublisherMembershipCondition.cs
- AstTree.cs
- XslCompiledTransform.cs
- QilInvokeLateBound.cs
- DeclarativeCatalogPart.cs
- SafePointer.cs
- KeyTimeConverter.cs
- RightsManagementEncryptionTransform.cs
- TraceListener.cs
- MultiBinding.cs
- COMException.cs
- PasswordBox.cs
- OutOfProcStateClientManager.cs
- DataGridViewImageCell.cs
- SrgsSubset.cs
- SID.cs
- GeneralTransform3D.cs
- COM2ExtendedUITypeEditor.cs
- WebServiceTypeData.cs
- OleDbFactory.cs
- DbMetaDataCollectionNames.cs
- BufferedGraphics.cs
- ControlAdapter.cs
- Module.cs
- NestPullup.cs
- FixedSOMContainer.cs
- MaskedTextBox.cs
- LinearGradientBrush.cs
- addressfiltermode.cs
- RemoteWebConfigurationHostStream.cs
- IndexerNameAttribute.cs
- AnnouncementInnerClient11.cs
- FileNotFoundException.cs
- HttpListenerTimeoutManager.cs
- EUCJPEncoding.cs
- PermissionSetTriple.cs
- SessionStateSection.cs
- Exceptions.cs
- HexParser.cs
- DisposableCollectionWrapper.cs
- DecimalAnimationUsingKeyFrames.cs
- EventSourceCreationData.cs
- ResourceExpressionEditorSheet.cs
- SessionStateModule.cs
- InstanceCollisionException.cs
- GiveFeedbackEventArgs.cs
- QilPatternFactory.cs
- SafeFileMappingHandle.cs
- HighlightComponent.cs
- HostingEnvironmentException.cs
- CharEnumerator.cs
- StsCommunicationException.cs
- ContentType.cs
- ApplicationFileParser.cs
- HiddenFieldPageStatePersister.cs
- EmbeddedMailObject.cs
- WindowsAuthenticationModule.cs