Click or drag to resize
QueryRepeater Methods

The QueryRepeater type exposes the following members.

Methods
  NameDescription
Protected methodBoundPagerToDataSource
Bound pager to the external external DataSource
(Inherited from BasicRepeater.)
Public methodClearCache
Clears the cached items.
Protected methodCreateControlHierarchy
Creates a control hierarchy with or without the specified datasource.
(Inherited from BasicRepeater.)
Public methodDataBind
Databind event.
(Overrides BasicRepeaterDataBind.)
Public methodGetDefaultCacheDependencies
Gets the default cache dependencies for the data source.
Public methodHasData
Indicates if datasource contains data.
(Inherited from BasicRepeater.)
Protected methodInitControl
Ensures default data binding
(Overrides BasicRepeaterInitControl(Boolean).)
Protected methodOnInit
Init event handler.
(Inherited from BasicRepeater.)
Protected methodOnLoad
OnLoad event handler
(Inherited from BasicRepeater.)
Protected methodOnPreRender
OnPreRender override.
(Inherited from BasicRepeater.)
Protected methodRaiseOnBeforeInit
Raises the OnBeforeInit event.
(Inherited from BasicRepeater.)
Public methodReBind
Evokes control databind.
(Inherited from BasicRepeater.)
Public methodReleaseContext
Releases the web part context.
Public methodReloadData
Loads data according to the current values of properties.
(Overrides BasicRepeaterReloadData(Boolean).)
Protected methodRender
Render event handler.
(Overrides BasicRepeaterRender(HtmlTextWriter).)
Public methodSetContext
Sets the web part context.
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