Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 4th, 2008, 04:35 PM
Registered User
 
Join Date: Dec 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Adding AJAX functionality to TBH

Hi All

    I wanted to add AJAX functionality to THB,So I

1. downloaded AJAX toolkit and setup everything.
2. changed WEB.Config and added following
<controls>
        <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
        <add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>
      </controls>

3.I added script manager to template.master page between MainContent placeholder.

but I cannot use any ajax control,


After adding few more tags in web.config , ajax controls are working fine but there is a red squiggly under script manager and it says "Element scriptmanager is not a known element" though controls are working fine. I don't know what is wrong with script manager.
 
Old January 5th, 2008, 01:35 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm confused. You said you cannot use any Ajax control, but you also said they are working fine?

By the way, red squigglies are often seen on valid tags in markup files. They come from the XSD that defines the valid syntax (this is only used for syntax highlighting). VS2008 improves on this greatly because AJAX is built-in, and also because they beefed up the XSD files.

Any of you who haven't tried VS2008 yet need to get on board! It's HIGHLY backwards compatible and the JavaScript debugging alone makes it a wothwhile upgrade.

Eric






Similar Threads
Thread Thread Starter Forum Replies Last Post
ajax functionality not working. shegxzyl BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9 2 March 31st, 2010 10:01 PM
ajax functionality no working well shegxzyl BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9 2 March 28th, 2009 02:56 PM
Atlas/AJAX - anyone have success using with TBH? deasoft BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 3 February 17th, 2009 01:24 AM
AJAX + TBH? ViagraFalls BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 13 December 11th, 2007 09:17 AM
AJAX-TBH FT BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 17 August 6th, 2007 04:11 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.