AJAX in ASP.Net ScriptManager error

S

Steve Kershaw

Hey,
I have a master.page and a Default.aspx page. I'm trying to use AJAX
to postback to the server. However, when I place the
<asp:ScriptManager ...> tag on the Default.aspx page I get an "Element
'ScriptManager' is not a known element. This can occur if there is a
compilation error on the Web site." on the mouse-over.

What is the prblem here? Am I missing something?

Thanks
Steve
 
C

Cowboy \(Gregory A. Beamer\)

See my answer under AJAX problmes. Better to keep this down to one thread.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************
 
G

Guest

If you have Microsoft ASP.NET AJAX actually installed on the machine, you
will see that there is a project type for ASP.NET AJAX. This has certain
references etc. that a "regular" ASP.NET application does not have.
So start with one of these.
Peter
 

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