S
Simic
I have page on which I am using CollapsiblePanelExtender and JavaScripts.
When Javascripot is directly on the page everything is working good. I am
trying to put those scripts in to the file and to include it with
RegisterStartupScript using either ScriptManager.RegisterStartupScript or
ClientScript.RegisterStartupScript in Page_Load or OnPreRender event.
The Javascript in those cases is not seen objects which are on UpdatePanel
which is showing trough CollapsiblePanelExtender .
Does anybody have some idea?
Thanks.
When Javascripot is directly on the page everything is working good. I am
trying to put those scripts in to the file and to include it with
RegisterStartupScript using either ScriptManager.RegisterStartupScript or
ClientScript.RegisterStartupScript in Page_Load or OnPreRender event.
The Javascript in those cases is not seen objects which are on UpdatePanel
which is showing trough CollapsiblePanelExtender .
Does anybody have some idea?
Thanks.