Microsoft's Atlas is a free framework, that you can use to build ASP.NET/C# applications. It extends ASP.NET to implementing Ajax functionality.
Official site:
http://atlas.asp.net
Here is an intro:
http://msdn.microsoft.com/msdnmag/issues/06/07/AtlasAtLast/default.aspx
Tutorials for developers new to Atlas:
http://atlas.asp.net/docs/Walkthroughs/GetStarted/default.aspx
2006-09-01 03:35:27
·
answer #1
·
answered by Utkarsh 6
·
1⤊
0⤋
For something simple...take an existing C# webpage that has a form and a submit button and shows a result when you press the button.
If you're using Atlas...simply put the control around your form...and tada, the page will not do a postback when you click on the submit button anymore.
2006-09-01 04:35:03
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
Ajax, shorthand for Asynchronous JavaScript and XML, is a web development technique for creating interactive web applications.
It doesn't include .NET
You can use any server side technology like PHP or Perl to generate such content.
I think GOOGLE made a application that useu JAVA to create rich AJAX supported web pages. look at google labs!
2006-09-01 03:05:50
·
answer #3
·
answered by paparaka 1
·
0⤊
0⤋
Download PowerWeb Livecontrols
it contains a lot of Live controls which can implement AJAX.
http://dotnet.dart.com/livetutorial/default.aspx
2006-09-01 03:25:25
·
answer #4
·
answered by Elo 3
·
0⤊
0⤋