Ajax issue

A

Arnab das

My ajax enabled website is fine in my development machine when it is
run from vs 2005.When I publisg the project and upload that in server
I am getting an Java Script error- 'AjaxControlToolkit' is undefined.

Thanks in advance for help.
 
T

Tony Bushell

Arnab,

Sorry to sound quite obvious, but have you tried CTRL-F5 on viewing the
site. It has helped me in the past and I see around the web that a number of
other people are having the same problem with this Resolve.

Tony Bushell.
 
A

Arnab das

No,CTRL-F5 doesnot work for me.

Actually my project builds fine on my localhost, but when deployed to
another server I get that "'AjaxControlToolkit' is not defined" error
in the javascript created by the control.
 
C

Cowboy \(Gregory A. Beamer\)

You are somehow missing some of the client side scripts. That is what causes
the error. Not sure why, but I would start debugging looking at what is, and
is not, on the server. Examining your temporary internet files is one place
to look (clear them out first to make this easy).

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
 

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

Top