MobileControl.CreateTemplatedUI Method
Assembly: System.Web.Mobile (in system.web.mobile.dll)
protected void CreateTemplatedUI ( boolean doDataBind )
protected function CreateTemplatedUI ( doDataBind : boolean )
Parameters
- doDataBind
Returns true if the instantiated templates bind to available data (which usually happens on the first request). Returns false if the templates do not bind to data, and instead rely on view state to fill them in (which usually happens on subsequent postbacks).
The default implementation calls the CreateTemplatedUI method of the corresponding control adapter, which can in turn call back the control's CreateDefaultTemplatedUI method or create its own device-specific templated UI.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.