enableCachingOnClient Property
enables caching filtering results on the client, for that purpose a hashtable is used where the key is the search string enables caching filtering results on the client, for that purpose a hashtable is used where the key is the search string
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_enableCachingOnClient() : Boolean |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebDropDown.get_enableCachingOnClient(); |