I'm following one of the examples from the O'Reilly book ASP.NET 3.5 with AJAX and having problems. I've upgraded to .NET 3.5 SP1, Visual Studio Express 2008 SP1, and I'm using the AJAX 3.5 SP1 toolkit (installed per the instructions). I've made reference to the .dll in my project, installed the .vsi for the templates, and added the toolbar and the tools show up. I can drag them in with no problems and build the project successfully.
However, when I run the project the AJAX piece doesn't work although I've followed the code exactly in the book example. I sent my project to our company's Chief Architect and it works just fine in his "as-is" (VS 2008 Pro). In my box, it doesn't appear as if it's generating the client-side code because there's no javascript and the page is not functioning like it should. I have an update panel and in the update panel a text box, a button, and a label and using the ConfirmButtonExtender.
Can anyone shed some light as to where I should be looking? I receive no errors - it just doesn't work when I run it.
Thanks in advance.