HtmlObjectListAdapter.CreateTemplatedUI Method (Boolean)

 

Called by a control to create a templated user interface (UI). This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

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

override CreateTemplatedUI : 
        doDataBind:bool -> unit

Parameters

doDataBind
Type: System.Boolean

If true, the instantiated templates bind to available data (which usually happens on the first request). If false, the templates do 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: