HtmlObjectListAdapter.CreateTemplatedUI(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Mobile Apps & Sites with ASP.NET.
public:
override void CreateTemplatedUI(bool doDataBind);
public override void CreateTemplatedUI (bool doDataBind);
override this.CreateTemplatedUI : bool -> unit
Public Overrides Sub CreateTemplatedUI (doDataBind As Boolean)
Parameters
- doDataBind
- 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).