BasicRepeater Methods |
The BasicRepeater type exposes the following members.
Name | Description | |
---|---|---|
BoundPagerToDataSource |
Bound pager to the external external DataSource
| |
CreateControlHierarchy |
Creates a control hierarchy with or without the specified datasource.
(Overrides RepeaterCreateControlHierarchy(Boolean).) | |
DataBind |
Binds the data.
(Overrides RepeaterDataBind.) | |
HasData |
Indicates if datasource contains data.
| |
InitControl |
Ensures default data binding
| |
OnInit |
Init event handler.
(Overrides UIRepeaterOnInit(EventArgs).) | |
OnLoad |
OnLoad event handler
(Overrides RepeaterOnLoad(EventArgs).) | |
OnPreRender |
OnPreRender override.
(Overrides RepeaterOnPreRender(EventArgs).) | |
RaiseOnBeforeInit |
Raises the OnBeforeInit event.
| |
ReBind |
Evokes control databind.
| |
ReloadData |
Reloads the control data, skips the loading if the data is already loaded.
| |
Render |
Render event handler, to maintain the proper control rendering.
(Overrides ControlRender(HtmlTextWriter).) |
Name | Description | |
---|---|---|
CallHandled |
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.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) |