IControlAdapter::CreateTemplatedUI Method (Boolean)

 

Called by base classes to create a templated UI.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

void CreateTemplatedUI(
	bool doDataBind
)

Parameters

doDataBind
Type: System::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).

.NET Framework
Available since 1.1
Return to top
Show: