Repeater.Initialized Property
.NET Framework 3.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns a value indicating whether the control has been initialized.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
The Initialized property is a helper property that is used to determine whether data binding is required when the DataMember, DataSource, or DataSourceID property is changed.
Community Additions
ADD
Show: