CompiledBindableTemplateBuilder Class
.NET Framework 2.0
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides the default implementation of an IBindableTemplate object, which ASP.NET uses whenever it parses two-way data-binding within the templated content of an ASP.NET control such as FormView. This class cannot be inherited.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
'Declaration Public NotInheritable Class CompiledBindableTemplateBuilder Implements IBindableTemplate, ITemplate 'Usage Dim instance As CompiledBindableTemplateBuilder
public final class CompiledBindableTemplateBuilder implements IBindableTemplate, ITemplate
public final class CompiledBindableTemplateBuilder implements IBindableTemplate, ITemplate
Not applicable.
ASP.NET uses the CompiledBindableTemplateBuilder class whenever it parses declarative two-way data-binding within the templated content of an ASP.NET control such as FormView. It is not meant to be used directly in your code.
For more information about ASP.NET data binding, expressions, and syntax, see ASP.NET Data Binding and Data-Binding Expression Syntax.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
Community Additions
ADD
Show: