I created an ASP.NET website using Visual Studio 2008. I want to now use
some of the AJAX tools, but they won't drag/drop on my master page. I think
I have to somehow "enable" AJAX or reference the files properly. Any advice
on how I can enable the ASPX page for AJAX?
Lloyd Sheen - 28 Apr 2008 23:32 GMT
>I created an ASP.NET website using Visual Studio 2008. I want to now use
>some of the AJAX tools, but they won't drag/drop on my master page. I
>think I have to somehow "enable" AJAX or reference the files properly. Any
>advice on how I can enable the ASPX page for AJAX?
http://aspalliance.com/1315_AJAXenable_an_Existing_ASPNET_Web_Page
http://asp.net/ajax/documentation/live/ConfiguringASPNETAJAX.aspx
are two of many Google results
remember Google is your friend.
LS
Lloyd Sheen - 28 Apr 2008 23:32 GMT
>I created an ASP.NET website using Visual Studio 2008. I want to now use
>some of the AJAX tools, but they won't drag/drop on my master page. I
>think I have to somehow "enable" AJAX or reference the files properly. Any
>advice on how I can enable the ASPX page for AJAX?
and if you want a video showing how
http://www.asp.net/learn/ajax-videos/
LS
Scott M. - 29 Apr 2008 00:22 GMT
You'll first need to add a ScriptManager to the page and then most likely a
content panel. From there, you can put AJAX stuff in that panel.
>I created an ASP.NET website using Visual Studio 2008. I want to now use
>some of the AJAX tools, but they won't drag/drop on my master page. I
>think I have to somehow "enable" AJAX or reference the files properly. Any
>advice on how I can enable the ASPX page for AJAX?
Cirene - 29 Apr 2008 00:28 GMT
Thanks!!!
> You'll first need to add a ScriptManager to the page and then most likely
> a content panel. From there, you can put AJAX stuff in that panel.
[quoted text clipped - 3 lines]
>>think I have to somehow "enable" AJAX or reference the files properly.
>>Any advice on how I can enable the ASPX page for AJAX?
Cowboy (Gregory A. Beamer) - 30 Apr 2008 15:12 GMT
Try this blog entry:
http://tinyurl.com/5flcj8

Signature
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!
*************************************************
>I created an ASP.NET website using Visual Studio 2008. I want to now use
>some of the AJAX tools, but they won't drag/drop on my master page. I
>think I have to somehow "enable" AJAX or reference the files properly. Any
>advice on how I can enable the ASPX page for AJAX?