RadAjax for ASP.NET AJAX

RadControls for ASP.NET AJAX

RadAjaxManager and RadAjaxPanel both descend from RadAjaxControl that introduces the following methods:

  • Alert: This convenient method executes a JavaScript alert() on the client. Alert() takes a single string parameter for text to be displayed in the alert.

  • FocusControl: This method places focus on a specified control. FocusControl() takes a single parameter that can be the id of the control to focus on or an object reference to the control to focus on.

  • GetAjaxEventReference: This method produces client side code that invokes the ajaxRequest() method.

  • RaisePostBackEvent: This method triggers a server-side AjaxRequest event and allows you to pass a single string parameter to the event. AjaxRequest can also be triggered by the client-side ajaxRequest() function.

  • Redirect: This method navigates the browser to another web page. The method passes a single string parameter which is the URL to navigate to.