AJAX in ASP.Net ScriptManager error

  • Thread starter Thread starter Steve Kershaw
  • Start date Start date
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
 
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!
*********************************************
 
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
 
Back
Top