Class DynamicPopulateExtender

Inheritance
System.Object
DynamicPopulateExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.DynamicPopulateBehavior", "AjaxControlToolkit.DynamicPopulate.DynamicPopulateBehavior.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public class DynamicPopulateExtender : ExtenderControlBase, IControlResolver

Constructors

DynamicPopulateExtender()

Declaration
public DynamicPopulateExtender()

Properties

CacheDynamicResults

Declaration
[ExtenderControlProperty]
[ClientPropertyName("cacheDynamicResults")]
public bool CacheDynamicResults { get; set; }
Property Value
Type Description
System.Boolean

ClearContentsDuringUpdate

Declaration
[ExtenderControlProperty]
public bool ClearContentsDuringUpdate { get; set; }
Property Value
Type Description
System.Boolean

ContextKey

Declaration
[ExtenderControlProperty]
public string ContextKey { get; set; }
Property Value
Type Description
System.String

CustomScript

Declaration
[ExtenderControlProperty]
public string CustomScript { get; set; }
Property Value
Type Description
System.String

PopulateTriggerControlID

Declaration
[ExtenderControlProperty]
[ClientPropertyName("PopulateTriggerID")]
public string PopulateTriggerControlID { get; set; }
Property Value
Type Description
System.String

ServiceMethod

Declaration
[ExtenderControlProperty]
public string ServiceMethod { get; set; }
Property Value
Type Description
System.String

ServicePath

Declaration
[ExtenderControlProperty]
public string ServicePath { get; set; }
Property Value
Type Description
System.String

UpdatingCssClass

Declaration
[ExtenderControlProperty]
public string UpdatingCssClass { get; set; }
Property Value
Type Description
System.String

Methods

CheckIfValid(Boolean)

Declaration
protected override bool CheckIfValid(bool throwException)
Parameters
Type Name Description
System.Boolean throwException
Returns
Type Description
System.Boolean
Overrides

Implements