UpupoControl:UpupoBlogQueryImplementation

UpupoControl:UpupoBlogQueryImplementation

Chameleon Control Documentation | All Controls | All API Classes

<UpupoControl:UpupoBlogQueryImplementation />

Query implementation control support custom query implementations.
The <UpupoControl:UpupoBlogQueryImplementation /> control is a Query Implementation Control. See more Query Implementation controls.

Properties/Attributes

Property Type Description
Execute CustomQueryImplementationHandler
Defines the code to execute instead of the base query implementation when list items are to be retrieved.
ID String
Gets or sets the programmatic ID of the control. This ID can be used as a reference by other controls.
Visible Boolean
Gets or sets whether this control should be rendered. If set to false, the control will not render.

 

Example

The following is a simple/minimal example of the <UpupoControl:UpupoBlogQueryImplementation /> control:

<UpupoControl:UpupoBlogQueryImplementation runat="server" />

The following example shows all of the configurable options of the <UpupoControl:UpupoBlogQueryImplementation /> control:

<UpupoControl:UpupoBlogQueryImplementation
			ID="..."
			Visible="..."
			runat="server" />

Recent Comments

Leave the first comment for this page.