Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
I am developing a web application using telerik and Ajax. Ajax Version-4.5.7.1213 VS-2013

I have added the ToolScriptManager to Master page and hence whenever my master page runs it pop up with a file search as to find the toolScriptManager.cs file. And end up with the message as "ToolScriptManager.cs not found"

My Efforts

1. I try to replace ToolScriptManager with asp:ScriptManager, but did not work.
2. I downloaded the Ajax toolkit again n re do all binding and references , still did not work.


Please Suggest
Posted
Comments
Paulo Augusto Kunzel 29-Apr-14 6:58am    
When you completely remove it from the master page does it continue to happen?
If you have a scriptManager on a normal page, what happens?
The Doer 29-Apr-14 21:37pm    
1. If i remove the ToolScriptManager manager from master page my Ajax control does not work.
2. Same if i add ScriptManager

1 solution

have you add ScriptMmanager on your page?
 
Share this answer
 
Comments
The Doer 30-Apr-14 5:19am    
Yes added.. but here insteat of that we need to add ToolScriptManager
SRKarn 30-Apr-14 5:58am    
Go to bin folder of ajax toolkit, there one .dll add this one.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900