Repeater.IsBoundUsingDataSourceID Proprietà

Definizione

Ottiene un valore che indica se la proprietà DataSourceID è impostata.

protected:
 property bool IsBoundUsingDataSourceID { bool get(); };
protected bool IsBoundUsingDataSourceID { get; }
member this.IsBoundUsingDataSourceID : bool
Protected ReadOnly Property IsBoundUsingDataSourceID As Boolean

Valore della proprietà

true se la proprietà DataSourceID è impostata su un valore diverso da una stringa vuota (""); in caso contrario false.

Commenti

La IsBoundUsingDataSourceID proprietà è una proprietà helper che determina se il controllo è associato a un controllo origine dati ASP.NET 2.0, ad esempio un ObjectDataSource controllo o un SqlDataSource controllo.

Si applica a

Vedi anche