Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Professional
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional 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 July 9th, 2006, 06:59 PM
Wrox Technical Editor
 
Join Date: Dec 2005
Posts: 271
Thanks: 0
Thanked 0 Times in 0 Posts
Default

There are many versions of AJAX, ATLAS is Microsoft's version.

"Atlas is Microsoft's codename for a set of extensions to ASP.NET for implementing Ajax functionality."
- Learn more: http://en.wikipedia.org/wiki/ATLAS_%28programming%29

"AJAX, shorthand for Asynchronous JavaScript and XML, is a Web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user makes a change. This is meant to increase the web page's interactivity, speed, and usability."
- Learn more: http://en.wikipedia.org/wiki/AJAX

Drag-and-drop is possible for datagrids and most other components. See the following article: Dragging and dropping with ASP.NET 2.0 and Atlas: http://www.codeproject.com/Ajax/AtlasDragNDrop.asp

- Adam Kahtava [http://adam.kahtava.com]
 
Old September 6th, 2006, 04:54 AM
Registered User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Atlas only supports ASP.NET 2.0, that means it is not available in VS.NET 2003. Atlas leverages many of the changes that have been made in ASP.NET 2.0. Check out the link below, it sufficiently differentiates the two technologies - AJAX.NET and ATLAS
Useful links:-
http://ajax.sys-con.com/read/180953.htm
 
Old September 10th, 2006, 04:01 AM
Authorized User
 
Join Date: Feb 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to savan_thakkar Send a message via Yahoo to savan_thakkar
Default

Yeah..That's fine..
But when we login to Orkut or GMail, it shows an icon of Loading and redirects to other page, Is there any functionality available in Atlas for this?
I mean, the page should be redirected without a postback?

Savan
 
Old September 11th, 2006, 05:10 AM
Registered User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to gabriel.susai Send a message via Yahoo to gabriel.susai
Default

Hi Savan / Anu
       As It was discussed in above posts, AJAX is a concept where the control(ie, usercontrol or custom control) gets binded without the page refresh. When we go for AJAX tech. all we need is to create our own custom controls from scratch(ie, rendering of controls etc.), then only we can use AJAX and trace their callbacks and bind the data. But Atlas in purely microsoft tech. where we can use it for the built in any Server Controls. Both these are used when we go for Project based solution. But as stated in the earlier posts, ( ie binding the value for check box using dropdown without refreshing ) these can be attained using the ICallbackEventHander interface in ASP.NET 2.0.

Gabi
 
Old September 11th, 2006, 08:49 AM
Authorized User
 
Join Date: Feb 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to savan_thakkar Send a message via Yahoo to savan_thakkar
Default

Yeah...That's fine.
Using ICallbackEventHandler we can do it.But suppose I have more than one event in one page and I want some action for each of them.
For example, I want some action on Button click as well as Dropdown Index changed.
Can I do this using ICallBackEventHandler?

Savan





Similar Threads
Thread Thread Starter Forum Replies Last Post
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
log in page like orkut nirmalbarsainyan ASP.NET 1.0 and 1.1 Professional 1 April 24th, 2007 02:12 AM
problem in designing login page like orkut nirmalbarsainyan ASP.NET 1.x and 2.0 Application Design 1 April 19th, 2007 05:15 AM
log in page like orkut nirmalbarsainyan ASP.NET 2.0 Basics 0 April 18th, 2007 08:45 AM
Making a page like GMail or Orkut savan_thakkar ASP.NET 2.0 Professional 2 July 5th, 2006 07:36 PM





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