Repeater::DataBind Method

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodDataBind()

This API supports the product infrastructure and is not intended to be used directly from your code. Binds the Repeater control and all its child controls to the specified data source.(Overrides Control::DataBind().)

System_CAPS_protmethodDataBind(Boolean)

Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event. (Inherited from Control.)

Return to top
Show: