Table of Contents

Class DynamicPopulateExtender

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("Sys.Extended.UI.DynamicPopulateBehavior", "DynamicPopulate")]
public class DynamicPopulateExtender : ExtenderControlBase, IControlResolver
Inheritance
DynamicPopulateExtender
Implements
Inherited Members

Constructors

DynamicPopulateExtender()

public DynamicPopulateExtender()

Properties

CacheDynamicResults

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

Property Value

bool

ClearContentsDuringUpdate

[ExtenderControlProperty]
[ClientPropertyName("clearContentsDuringUpdate")]
public bool ClearContentsDuringUpdate { get; set; }

Property Value

bool

ContextKey

[ExtenderControlProperty]
[ClientPropertyName("contextKey")]
public string ContextKey { get; set; }

Property Value

string

CustomScript

[ExtenderControlProperty]
[ClientPropertyName("customScript")]
public string CustomScript { get; set; }

Property Value

string

PopulateTriggerControlID

[ExtenderControlProperty]
[ClientPropertyName("populateTriggerID")]
public string PopulateTriggerControlID { get; set; }

Property Value

string

ServiceMethod

[ExtenderControlProperty]
[ClientPropertyName("serviceMethod")]
public string ServiceMethod { get; set; }

Property Value

string

ServicePath

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

Property Value

string

UpdatingCssClass

[ExtenderControlProperty]
[ClientPropertyName("updatingCssClass")]
public string UpdatingCssClass { get; set; }

Property Value

string

Methods

CheckIfValid(bool)

protected override bool CheckIfValid(bool throwException)

Parameters

throwException bool

Returns

bool