Showing posts with label built. Show all posts
Showing posts with label built. Show all posts

Monday, March 26, 2012

Integrating AJAX into current site

I have seen many AJAX videos now that are good but they all start from a blank page.

I have sites I have built using ASP.NET 2 and I would like to implement ajax into those sites without rebuilding them.

Are there any videos/articles that show how to do this.

You don't have to rebuild a brand-new one. The point is to change Web.Config file. You can get template web.config file in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025 (Beta 1 version) afterASP.NET AJAX v1.0 core Beta 1 release installed and then update web.config in your web application based on it. And you have to add some aspx source codes in your web pages, e.g. ScriptManager, UpdatePanel, etc.

Wednesday, March 21, 2012

Is it possible that ie6 on windows 2003 rejects Atlas?

I built an application using Atlas, it looked great on WinXP running IE6, and IE7, and FireFox, but when i tried the application on windows2003 and IE6, the Atlas partial renders just froze .

hello.

this can happen if the server isn't correctly configured to serve atlas pages. can this be the case?