Este artigo foi traduzido por máquina. Coloque o ponteiro do mouse sobre as frases do artigo para ver o texto original. Mais informações.
Tradução
Original
Este tópico ainda não foi avaliado como - Avalie este tópico

BaseDataBoundControl Classe

Serves as the de base Classe for Controlars that Ligar to dados Using an Controlarar fonte de dados ASP.NET.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (em System.Web. dll)

[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public abstract class BaseDataBoundControl : WebControl

ASP.NET oferece suporte a uma arquitetura controles que permite que Servidor Web controla a Ligar para dados em um consistente modo.Servidor Web Controls that Ligar to dados are referred to as dados-ligado Controls, and the classes that Facilitate that ligação are chamado Fonte de Dados Controls.Data-bound controls that are designed to use ASP.NET data source controls derive from the BaseDataBoundControl control class, which defines the base data-bound control functionality.

You can use the data-bound controls that are provided with ASP.NET, including GridView, DetailsView, and TreeView, to perform most Web development tasks that involve displaying data.In scenarios in which these controls do not provide the functionality you need, you can inherit from the base DataBoundControl and HierarchicalDataBoundControl classes to implement your own custom data source control.

While any class that supports the DataSource and DataSourceID properties and the DataBind method is a data-bound control, most ASP.NET data-bound controls extend the abstract BaseDataBoundControl and DataBoundControl classes.Notable exceptions include DataGrid, Repeater, and the DropDownList controls.For more information about data binding, see Técnicas para a ligação de dados em páginas da Web.

Quaisquer membros públicos estático (compartilhados na Visual Basic) desse tipo são Thread seguro. Não há garantia de que qualquer membro de instância seja isento de segmentos.
Isso foi útil para você?
(1500 caracteres restantes)

Contribuições da comunidade

ADICIONAR
© 2013 Microsoft. Todos os direitos reservados.