Table of Contents

Class DynamicPopulateExtenderControlBase

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[RequiredScript(typeof(DynamicPopulateExtender))]
public abstract class DynamicPopulateExtenderControlBase : AnimationExtenderControlBase, IControlResolver
Inheritance
DynamicPopulateExtenderControlBase
Implements
Derived
Inherited Members

Constructors

DynamicPopulateExtenderControlBase()

protected DynamicPopulateExtenderControlBase()

Properties

CacheDynamicResults

[ExtenderControlProperty]
[ClientPropertyName("cacheDynamicResults")]
public bool CacheDynamicResults { get; set; }

Property Value

bool

DynamicContextKey

[ExtenderControlProperty]
[ClientPropertyName("dynamicContextKey")]
public string DynamicContextKey { get; set; }

Property Value

string

DynamicControlID

[ExtenderControlProperty]
[ClientPropertyName("dynamicControlID")]
public string DynamicControlID { get; set; }

Property Value

string

DynamicServiceMethod

[ExtenderControlProperty]
[ClientPropertyName("dynamicServiceMethod")]
public string DynamicServiceMethod { get; set; }

Property Value

string

DynamicServicePath

[ExtenderControlProperty]
[ClientPropertyName("dynamicServicePath")]
[TypeConverter(typeof(ServicePathConverter))]
public string DynamicServicePath { get; set; }

Property Value

string

Methods

EnsureValid()

public override void EnsureValid()