Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

ToolkitScriptManager and url rewrite

$
0
0

I want to use the TextBoxWatermark of the Ajax Control Toolkit. If I use a scriptmanager, the page works alright. However, when I use a ToolkitScriptManager (I read that this is recommended), I get an error. The problem is that one script path is not correct because of url rewriting. The aspx page renders as:

<script src="/myVirtualSite/test.aspx?_TSM_HiddenField_=ScriptManager1_HiddenField&amp;_TSM_CombinedScripts_ ....

Where it should be:

<script src="/test.aspx?_TSM_HiddenField_=ScriptManager1_HiddenField&amp;_TSM_CombinedScripts_ ....

Does anybody know how to solve this problem?


Viewing all articles
Browse latest Browse all 5678

Trending Articles