IControlAdapter.CreateTemplatedUI(Boolean) Method

Definition

Called by base classes to create a templated UI.

public:
 void CreateTemplatedUI(bool doDataBind);
public void CreateTemplatedUI (bool doDataBind);
abstract member CreateTemplatedUI : bool -> unit
Public Sub CreateTemplatedUI (doDataBind As Boolean)

Parameters

doDataBind
Boolean

Returns true if the instantiated templates must bind to available data (which usually happens on the first request). Returns false if the templates must not bind to data, and instead rely on view state to fill them in (which usually happens on subsequent postbacks).

Applies to

See also