Gets or sets a value the URL that the control will use for AJAX requests.
Namespace: Telerik.RadGridUtils
Assembly: RadGrid (in RadGrid.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property AjaxUrl As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadAJAXControl
Dim value As String
instance.AjaxUrl = value
value = instance.AjaxUrl
|
| C# | |
|---|
public string AjaxUrl {get; set;} |
Return Value
Returns a String containing the URL that will be used for AJAX request. The
default value is the URL of the current page.
Remarks
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also