Very few of us work with ASP, so I'm guessing that no one here has tried exactly what you are describing.
If you need help, please:
1. Post in the right format and in the right location. This section is for general Javascript questions.
Please include a link to the DD script in question in your post. See
this thread for the proper posting format when asking a question.
2. Since we aren't immediately familiar with what a UpdatePanel is:
Please post a link to the page on your site that contains the problematic script so we can check it out.
(This is not meant to be a complaint, but if you follow the right format you will get a better response.)
Generally speaking, there is no reason at all that ASP should conflict with Javascript. ASP generates HTML (and Javascript, etc). Then the browser executes whatever ASP generated. They don't interact. There are a few possibilities:
1. Could ASP be reading the Javascript as code? Perhaps if you place it all in an external .js file that will solve the problem.
2. Is an "updatepanel" some sort of active page? Maybe the Javascript doesn't have time to execute if there is already some other process going on (like refreshing).
Bookmarks