CrossPage requests with AjaxURl on the client

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 24 May 2007 Link to this post

    Requirements

    r.a.d.controls version

    Classic RadAjax
    .NET version

    2.0
    Visual Studio version

    VS2005
    programming language

    C#, VB.NET
    browser support

    all browsers supported by r.a.d.ajax




     
    PROJECT DESCRIPTION
    This example shows, how to use cross-page ajax request with the help of the AjaxUrl property on the client-side. Here is the code used:

    window["<%= RadAjaxPanel1.ClientID %>"].Url = "CrossPage.aspx"
    window["<%= RadAjaxPanel1.ClientID %>"].AjaxRequest(""); 

     

    No such functionality is available for the Prometheus version of RadAjax at this time.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.