RadAjax for ASP.NET

RadAjax Send comments on this topic.
EnableOutsideScripts Property
See Also 
Telerik.WebControls.RadAjaxUtils Namespace > RadAJAXControl Class : EnableOutsideScripts Property


Gets or sets a value indicating if the outside scripts for the AJAX-enabled controls will be evaluated.   

 

Namespace: Telerik.WebControls.RadAjaxUtils
Assembly: RadAjax (in RadAjax.dll)

Syntax

Visual Basic (Declaration) 
Public Overridable Property EnableOutsideScripts As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadAJAXControl
Dim value As Boolean
 
instance.EnableOutsideScripts = value
 
value = instance.EnableOutsideScripts
C# 
public virtual bool EnableOutsideScripts {get; set;}

Return Value

The default value is false.

Remarks

Outside scripts are scripts rendered from the code-behind and are usually not executed if they are rendered outside of the currently updated control(s).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also