|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET AJAX and JavascriptI 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. One more thing. On other page where I am using also
CollapsiblePanelExtender when I open page source view I regularly see objects(grid) html tags. With the first problematic page I don't see objects. Probably they are saved in view state or similar and that is the problem. Show quoteHide quote "Simic" <si***@yet.com> wrote in message news:uxD0IzveJHA.4124@TK2MSFTNGP06.phx.gbl... >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. > The solution was that I use created name
document.getElementById("ctl00_ContentPlaceHolder1_grdDetails");
Dropdownlist datasource dependency
Check for table GridView Hyperlink field OnClientClick="javascript:enableValidators(....) error Need help for solution in ASP.NET with VB OnClientClick with confirm doesn't work Panels and dynamic controls...again Validator for checkbox is not getting triggered always Master/Content Page Error in Design/Split View |
|||||||||||||||||||||||