IControlAdapter.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 base classes to create a templated UI.
public:
void CreateTemplatedUI(bool doDataBind);
public void CreateTemplatedUI (bool doDataBind);
abstract member CreateTemplatedUI : bool -> unit
Public Sub CreateTemplatedUI (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 fill them in (which usually happens on subsequent postbacks).
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.