ObjectList.CreateTemplatedItemDetails(Boolean) Method

Definition

Constructs the details view for the current item by using the ItemDetailsTemplate. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void CreateTemplatedItemDetails(bool doDataBind);
public void CreateTemplatedItemDetails (bool doDataBind);
member this.CreateTemplatedItemDetails : bool -> unit
Public Sub CreateTemplatedItemDetails (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 have them filled in (which usually happens on subsequent postbacks).

Remarks

Called by device adapters when rendering templates.

Applies to

See also