ASP.NET AJAX and Javascript

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.
 
S

Simic

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.
 
S

Simic

The solution was that I use created name
document.getElementById("ctl00_ContentPlaceHolder1_grdDetails");
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top