Click or drag to resize
BasicRepeater Methods

The BasicRepeater type exposes the following members.

Methods
  NameDescription
Protected methodBoundPagerToDataSource
Bound pager to the external external DataSource
Protected methodCreateControlHierarchy
Creates a control hierarchy with or without the specified datasource.
(Overrides RepeaterCreateControlHierarchy(Boolean).)
Public methodDataBind
Binds the data.
(Overrides RepeaterDataBind.)
Public methodHasData
Indicates if datasource contains data.
Protected methodInitControl
Ensures default data binding
Protected methodOnInit
Init event handler.
(Overrides UIRepeaterOnInit(EventArgs).)
Protected methodOnLoad
OnLoad event handler
(Overrides RepeaterOnLoad(EventArgs).)
Protected methodOnPreRender
OnPreRender override.
(Overrides RepeaterOnPreRender(EventArgs).)
Protected methodRaiseOnBeforeInit
Raises the OnBeforeInit event.
Public methodReBind
Evokes control databind.
Public methodReloadData
Reloads the control data, skips the loading if the data is already loaded.
Protected methodRender
Render event handler, to maintain the proper control rendering.
(Overrides ControlRender(HtmlTextWriter).)
Top
Extension Methods
  NameDescription
Public Extension MethodCallHandled
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Top
See Also