Hi,
I am trying to figure out the different usage scenarios for the RadScriptManager.RegisterStartupScript
RadScriptManager.RegisterClientScriptBlock
RadAjaxPanel.ResponseScripts.Add
I cannot seem to find the doc for these methods by drilling down through your documentation.
I have the RadScriptManager and RadAjaxPanel on a page. In event handlers called within the RadAjaxPanel RegisteringStartupScripts was not working (ResponseScripts.Add(...) solved my problem) and I am trying to understand when I should use the RadScriptManager.Register... methods.
Thanks, Andy
I am trying to figure out the different usage scenarios for the RadScriptManager.RegisterStartupScript
RadScriptManager.RegisterClientScriptBlock
RadAjaxPanel.ResponseScripts.Add
I cannot seem to find the doc for these methods by drilling down through your documentation.
I have the RadScriptManager and RadAjaxPanel on a page. In event handlers called within the RadAjaxPanel RegisteringStartupScripts was not working (ResponseScripts.Add(...) solved my problem) and I am trying to understand when I should use the RadScriptManager.Register... methods.
Thanks, Andy