Hi,
I have two buttons btn1 and btn2 , btn1 has been configured by the RadAjaxManager so that the updated Ajax control is btn2. btn2 visible property has been initially set to false. When btn1 is clicked, I set the btn2 visible property to true. Everything works fine...., however,..... btn2 has been configured to run client side script, in this script I get a reference to the RadAjaxManager and initiate a request, but there is no call to the RadAjaxManager1_AjaxRequest on the server.
It seems to me, in order to get btn2 to make the Ajax request I have to take it out of the RadAjaxManager 's <UpdatedControls> section.
Is this by design, or a bug, can you advise??
Many Thanks
P
I have two buttons btn1 and btn2 , btn1 has been configured by the RadAjaxManager so that the updated Ajax control is btn2. btn2 visible property has been initially set to false. When btn1 is clicked, I set the btn2 visible property to true. Everything works fine...., however,..... btn2 has been configured to run client side script, in this script I get a reference to the RadAjaxManager and initiate a request, but there is no call to the RadAjaxManager1_AjaxRequest on the server.
It seems to me, in order to get btn2 to make the Ajax request I have to take it out of the RadAjaxManager 's <UpdatedControls> section.
Is this by design, or a bug, can you advise??
Many Thanks
P